Click or drag to resize
MimeKit

SaslMechanismNtlmIsUnverifiedServicePrincipalName Property

Get or set a value indicating that the caller generated the target's SPN from an untrusted source.

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

Property Value

Boolean
true 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