Click or drag to resize
MimeKit

AuthenticationMethodResultToString Method

Serializes the AuthenticationMethodResult to a string.

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

Return Value

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