SaslMethod Properties

The SaslMethod type exposes the following members.

Properties
  NameDescription
Public propertyAccountDomain
Reserved for future use.
Public propertyAccountName
Gets or sets a user account name on the mail server.
Public propertyClientAnswer
Gets or sets an array of bytes which represents a client answer to a server challenge.
Public propertyClientAnswerEncoding
Gets or sets an encoding of the client answer data.
Public propertyExpectBase64Challenge
Gets or sets the status of whether Base64-encoded data is expected in the pending response from the server.
Public propertyPassword
Gets or sets a user account password on the mail server.
Public propertyServerChallenge
Gets or sets an array of bytes which represents a server challenge.
Public propertyServerChallengeEncoding
Gets or sets an encoding of the server challenge data.
Public propertyServerName
Gets the domain name of the mail server.
Public propertyServiceName
Gets the upper-case name of the protocol being used.
Public propertyStage
Gets or sets the current stage of the authentication protocol exchange.
Public propertyTargetName
Gets the SPN (target name).
Top
See Also