Click or drag to resize
MimeKit

SaslMechanismNtlmServicePrincipalName Property

Get or set the service principal name (SPN) of the service that the client wishes to authenticate with.

Namespace: MailKit.Security
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public string ServicePrincipalName { get; set; }

Property Value

String
The 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  Note
This value is optional.
See Also