Click or drag to resize
MimeKit

AuthenticationMethodPropertyToString Method

Serializes the AuthenticationMethodProperty to a string.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public override string ToString()

Return Value

String
The serialized string.
Remarks
Creates a string-representation of the AuthenticationMethodProperty.
See Also