| SaslMechanismNtlmIsUnverifiedServicePrincipalName Property |
Get or set a value indicating that the caller generated the target's SPN from an untrusted source.
Namespace: MailKit.SecurityAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public bool IsUnverifiedServicePrincipalName { get; set; }
Property Value
Booleantrue if the
ServicePrincipalName is unverified; otherwise,
false.
Remarks
Gets or sets a value indicating that the caller generated the target's SPN from an untrusted source.
See Also