Creates an array of bytes that has to be sent if the user wants to authenticate with the username/password authentication scheme.
[Visual Basic]Private Function GetAuthenticationBytes() As Byte()
[C#]
private byte[] GetAuthenticationBytes();
Return Value
An array of bytes that has to be sent if the user wants to authenticate with the username/password authentication scheme.
See Also
AuthUserPass Class | AuthUserPass Members | Org.Mentalis.Network.ProxySocket.Authentication Namespace