Click or drag to resize
MimeKit

SaslMechanismNtlm Properties

The SaslMechanismNtlm type exposes the following members.

Properties
 NameDescription
Public propertyAllowChannelBinding Get or set a value indicating whether or not the NTLM SASL mechanism should allow channel-binding.
Public propertyCredentials Get the user's credentials.
(Inherited from SaslMechanism)
Public propertyIsAuthenticated Get or set whether the SASL mechanism has finished authenticating.
(Inherited from SaslMechanism)
Public propertyIsUnverifiedServicePrincipalName Get or set a value indicating that the caller generated the target's SPN from an untrusted source.
Public propertyMechanismName Get the name of the SASL mechanism.
(Overrides SaslMechanismMechanismName)
Public propertyNegotiatedChannelBinding Get whether or not channel-binding was negotiated by the SASL mechanism.
(Overrides SaslMechanismNegotiatedChannelBinding)
Public propertyNegotiatedSecurityLayer Get whether or not a security layer was negotiated by the SASL mechanism.
(Inherited from SaslMechanism)
Public propertyOSVersion Get or set the Windows OS version to use in the NTLM negotiation (used for debugging purposes).
Public propertyServicePrincipalName Get or set the service principal name (SPN) of the service that the client wishes to authenticate with.
Public propertySupportsChannelBinding Get whether or not the SASL mechanism supports channel binding.
(Overrides SaslMechanismSupportsChannelBinding)
Public propertySupportsInitialResponse Get whether or not the mechanism supports an initial response (SASL-IR).
(Overrides SaslMechanismSupportsInitialResponse)
Public propertyWorkstation Get or set the workstation name to use for authentication.
Top
See Also