MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Cryptography
AuthenticationResults Class
AuthenticationResults Methods
Parse Method
Parse(Byte[]) Method
Parse(Byte[], Int32, Int32) Method
Authentication
Results
Parse(
Byte
) Method
Parse the specified input buffer into a new instance of the
AuthenticationResults
class.
Namespace:
MimeKit.Cryptography
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
static
AuthenticationResults
Parse
(
byte
[]
buffer
)
Parameters
buffer
Byte
The input buffer.
Return Value
AuthenticationResults
The parsed
AuthenticationResults
.
Exceptions
Exception
Condition
ArgumentNullException
buffer
is
null
.
ParseException
The
buffer
could not be parsed.
Remarks
Parses an Authentication-Results header value from the supplied buffer.
See Also
Reference
AuthenticationResults Class
Parse Overload
MimeKit.Cryptography Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast