Click or drag to resize
MimeKit

AuthenticationResultsToString Method

Serializes the AuthenticationMethodResult 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 AuthenticationMethodResult.
See Also