Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Security.Cryptography.CngAlgorithmGroup Class Referencesealed

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
 

Detailed Description

Definition at line 5 of file CngAlgorithmGroup.cs.


The documentation for this class was generated from the following file: