| AuthenticationResultsAuthenticationServiceIdentifier Property |
Get the authentication service identifier.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public string AuthenticationServiceIdentifier { get; }
Property Value
StringThe authserv-id token.
Remarks Gets the authentication service identifier.
The authentication service identifier is the authserv-id token
as defined in rfc7601.
See Also