Click or drag to resize
MimeKit

AuthenticationMethodResultVersion Property

Get the authentication method version.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public int? Version { get; set; }

Property Value

NullableInt32
The authentication method version.
Remarks
Gets the authentication method version.
See Also