| AuthenticationResultsTryParse(Byte, AuthenticationResults) Method |
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static bool TryParse(
byte[] buffer,
out AuthenticationResults authres
)
Parameters
- buffer Byte
- The input buffer.
- authres AuthenticationResults
- The parsed authentication results.
Return Value
Booleantrue if the authentication results were successfully parsed; otherwise,
false.
Exceptions Remarks
Parses an Authentication-Results header value from the supplied buffer.
See Also