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