Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override int | GetHashCode () |
override bool | Equals ([NotNullWhen(true)] object obj) |
bool | Equals (SslCredKey other) |
bool | Equals (T? other) |
Package Functions | |
SslCredKey (byte[] thumbPrint, int allowedProtocols, bool isServerMode, EncryptionPolicy encryptionPolicy) | |
Private Attributes | |
readonly byte[] | _thumbPrint |
readonly int | _allowedProtocols |
readonly EncryptionPolicy | _encryptionPolicy |
readonly bool | _isServerMode |
Definition at line 10 of file SslSessionsCache.cs.