Click or drag to resize
MimeKit

AuthenticationResultsAuthenticationServiceIdentifier Property

Get the authentication service identifier.

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

Property Value

String
The authserv-id token.
Remarks

Gets the authentication service identifier.

The authentication service identifier is the authserv-id token as defined in rfc7601.

See Also