SaslMethodServerChallenge Property
Gets or sets an array of bytes which represents a server challenge.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public byte[] ServerChallenge { get; set; }

Property Value

Type: Byte
The challenge data sent by the server to the client.
Remarks
MailBee will assign a server challenge value to this property during the authentication protocol exchange. Although the server sends challenge data as Base64 string, MailBee decodes this data from Base64 first, and then assigns the decoded data value to this property.
See Also