 | SaslMechanismNtlmServicePrincipalName Property |
Get or set the service principal name (SPN) of the service that the client wishes to authenticate with.
Namespace: MailKit.SecurityAssembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntaxpublic string ServicePrincipalName { get; set; }
Property Value
StringThe service principal name (SPN) of the service that the client wishes to authenticate with.
RemarksGet or set the service principal name (SPN) of the service that the client wishes to authenticate with.
Note |
---|
This value is optional. |
See Also