| 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.7.1
Syntax public string ServicePrincipalName { get; set; }
Property Value
StringThe service principal name (SPN) of the service that the client wishes to authenticate with.
Remarks Get or set the service principal name (SPN) of the service that the client wishes to authenticate with.
Note |
---|
This value is optional. |
See Also