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.10.0
Syntax
C#
public 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