Click or drag to resize
MimeKit

AuthenticationMethodResultProperties Property

Get the properties used by the authentication method.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public List<AuthenticationMethodProperty> Properties { get; }

Property Value

ListAuthenticationMethodProperty
The properties used by the authentication method.
Remarks
Gets the properties used by the authentication method.
See Also