Click or drag to resize
MimeKit

AuthenticationMethodResultOffice365AuthenticationServiceIdentifier Property

Get the Office365 method-specific authserv-id.

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

Property Value

String
The authserv-id token.
Remarks

Gets the Office365 method-specific authserv-id.

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

Instead of specifying a single authentication service identifier at the beginning of the header value, Office365 seems to provide a different authentication service identifier for each method.

See Also