AuthenticationType : byte

Server password authentication type.

enum ServerCapabilities : byte
{
    SHA256 = 0x01,
    SHA384 = 0x02,
    SHA512 = 0x03,
}

Last updated