MailBee.NET Objects 4.0

SaslMethod.ServerChallenge Property

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

public byte[] ServerChallenge {get; set;}

Property Value

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

SaslMethod Class | MailBee Namespace