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

Public Member Functions

 CngAlgorithm (string algorithm)
 
override bool Equals ([NotNullWhen(true)] object? obj)
 
bool Equals ([NotNullWhen(true)] CngAlgorithm? other)
 
override int GetHashCode ()
 
override string ToString ()
 
bool Equals (T? other)
 

Static Public Member Functions

static bool operator== (CngAlgorithm? left, CngAlgorithm? right)
 
static bool operator!= (CngAlgorithm? left, CngAlgorithm? right)
 

Properties

string Algorithm [get]
 
static CngAlgorithm Rsa [get]
 
static CngAlgorithm ECDiffieHellman [get]
 
static CngAlgorithm ECDiffieHellmanP256 [get]
 
static CngAlgorithm ECDiffieHellmanP384 [get]
 
static CngAlgorithm ECDiffieHellmanP521 [get]
 
static CngAlgorithm ECDsa [get]
 
static CngAlgorithm ECDsaP256 [get]
 
static CngAlgorithm ECDsaP384 [get]
 
static CngAlgorithm ECDsaP521 [get]
 
static CngAlgorithm MD5 [get]
 
static CngAlgorithm Sha1 [get]
 
static CngAlgorithm Sha256 [get]
 
static CngAlgorithm Sha384 [get]
 
static CngAlgorithm Sha512 [get]
 

Private Attributes

readonly string _algorithm
 

Static Private Attributes

static CngAlgorithm s_ecdh
 
static CngAlgorithm s_ecdhp256
 
static CngAlgorithm s_ecdhp384
 
static CngAlgorithm s_ecdhp521
 
static CngAlgorithm s_ecdsa
 
static CngAlgorithm s_ecdsap256
 
static CngAlgorithm s_ecdsap384
 
static CngAlgorithm s_ecdsap521
 
static CngAlgorithm s_md5
 
static CngAlgorithm s_sha1
 
static CngAlgorithm s_sha256
 
static CngAlgorithm s_sha384
 
static CngAlgorithm s_sha512
 
static CngAlgorithm s_rsa
 

Detailed Description

Definition at line 5 of file CngAlgorithm.cs.


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