Gets or sets the status of whether Base64-encoded data is expected in the pending response from the server.
The boolean status of whether Base64-encoded data is expected in the pending response from the server. The default value is true.
The developer should set this property to false (usually in the derived class constructor) if the server returns non-base64 data in the first challenge, and then set it back to true in overridden CreateNextClientAnswer method. This is required when implementing a method such as NTLM.
SaslMethod Class | MailBee Namespace