SaslMethodServerChallenge Property |
Gets or sets an array of bytes which represents a server challenge.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntaxpublic byte[] ServerChallenge { get; set; }
Public Property ServerChallenge As Byte()
Get
Set
Property Value
Type:
ByteThe challenge data sent by the server to the client.
RemarksMailBee 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