Click or drag to resize
MimeKit

AuthenticationResults Class

A parsed representation of the Authentication-Results header.
Inheritance Hierarchy
SystemObject
  MimeKit.CryptographyAuthenticationResults

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public class AuthenticationResults

The AuthenticationResults type exposes the following members.

Constructors
 NameDescription
Public methodAuthenticationResults Initialize a new instance of the AuthenticationResults class.
Top
Properties
 NameDescription
Public propertyAuthenticationServiceIdentifier Get the authentication service identifier.
Public propertyInstance Get or set the instance value.
Public propertyResults Get the list of authentication results.
Public propertyVersion Get or set the Authentication-Results version.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodStatic memberParse(Byte) Parse the specified input buffer into a new instance of the AuthenticationResults class.
Public methodStatic memberParse(Byte, Int32, Int32) Parse the specified input buffer into a new instance of the AuthenticationResults class.
Public methodToString Serializes the AuthenticationMethodResult to a string.
(Overrides ObjectToString)
Public methodStatic memberTryParse(Byte, AuthenticationResults) Try to parse the given input buffer into a new AuthenticationResults instance.
Public methodStatic memberTryParse(Byte, Int32, Int32, AuthenticationResults) Try to parse the given input buffer into a new AuthenticationResults instance.
Top
Remarks
The Authentication-Results header is used with electronic mail messages to indicate the results of message authentication efforts. Any receiver-side software, such as mail filters or Mail User Agents (MUAs), can use this header field to relay that information in a convenient and meaningful way to users or to make sorting and filtering decisions.
See Also