Click or drag to resize
MimeKit

AuthenticationMethodResult.Properties Property

Get the properties used by the authentication method.

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

Property Value

List<AuthenticationMethodProperty>
The properties used by the authentication method.
Remarks
Gets the properties used by the authentication method.
See Also