Click or drag to resize
MimeKit

AuthenticationMethodProperty Class

An authentication method property.
Inheritance Hierarchy
SystemObject
  MimeKit.CryptographyAuthenticationMethodProperty

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

The AuthenticationMethodProperty type exposes the following members.

Constructors
 NameDescription
Public methodAuthenticationMethodProperty Initialize a new instance of the AuthenticationMethodProperty class.
Top
Properties
 NameDescription
Public propertyProperty Get the property name.
Public propertyPropertyType Get the type of the property.
Public propertyValue Get the property value.
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 methodToString Serializes the AuthenticationMethodProperty to a string.
(Overrides ObjectToString)
Top
Remarks
An authentication method property.
See Also