 | 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.10.0
Syntaxpublic bool IsUnverifiedServicePrincipalName { get; set; }
Property Value
Boolean if the
ServicePrincipalName is unverified; otherwise,
.
Remarks
Gets or sets a value indicating that the caller generated the target's SPN from an untrusted source.
See Also