Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
CngAlgorithmGroup (string algorithmGroup) | |
override bool | Equals ([NotNullWhen(true)] object? obj) |
bool | Equals ([NotNullWhen(true)] CngAlgorithmGroup? other) |
override int | GetHashCode () |
override string | ToString () |
bool | Equals (T? other) |
Static Public Member Functions | |
static bool | operator== (CngAlgorithmGroup? left, CngAlgorithmGroup? right) |
static bool | operator!= (CngAlgorithmGroup? left, CngAlgorithmGroup? right) |
Properties | |
string | AlgorithmGroup [get] |
static CngAlgorithmGroup | DiffieHellman [get] |
static CngAlgorithmGroup | Dsa [get] |
static CngAlgorithmGroup | ECDiffieHellman [get] |
static CngAlgorithmGroup | ECDsa [get] |
static CngAlgorithmGroup | Rsa [get] |
Private Attributes | |
readonly string | _algorithmGroup |
Static Private Attributes | |
static CngAlgorithmGroup | s_dh |
static CngAlgorithmGroup | s_dsa |
static CngAlgorithmGroup | s_ecdh |
static CngAlgorithmGroup | s_ecdsa |
static CngAlgorithmGroup | s_rsa |
Definition at line 5 of file CngAlgorithmGroup.cs.