Property | Type | Description | |
---|---|---|---|
DTLS1_0 | |||
DTLS1_2 | |||
Major | Byte | ||
Minor | Byte | ||
NULL | ProtocolVersion | ||
SSL3_0 | ProtocolVersion | ||
TLS1_0 | ProtocolVersion | ||
TLS1_1 | ProtocolVersion | ||
TLS1_2 | ProtocolVersion |
Method | Description | |
---|---|---|
Equals ( Object obj ) : bool | ||
GetHashCode ( ) : int | ||
ProtocolVersion ( byte major, byte minor ) : System | ||
ToString ( ) : string | ||
operator ( ) : bool |
public ProtocolVersion ( byte major, byte minor ) : System | ||
major | byte | |
minor | byte | |
return | System |
public static ProtocolVersion,AaltoTLS.PluginInterface DTLS1_0 | ||
return |
public static ProtocolVersion,AaltoTLS.PluginInterface DTLS1_2 | ||
return |