Click or drag to resize
MimeKit

AuthenticationResultsResults Property

Get the list of authentication results.

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

Property Value

ListAuthenticationMethodResult
The list of authentication results.
Remarks
Gets the list of authentication results.
See Also