terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Security.Cryptography.HashAlgorithmName Struct Reference
+ Inheritance diagram for System.Security.Cryptography.HashAlgorithmName:
+ Collaboration diagram for System.Security.Cryptography.HashAlgorithmName:

Public Member Functions

 HashAlgorithmName (string name)
 
override string ToString ()
 
override bool Equals (object obj)
 
bool Equals (HashAlgorithmName other)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (HashAlgorithmName left, HashAlgorithmName right)
 
static bool operator!= (HashAlgorithmName left, HashAlgorithmName right)
 

Properties

static HashAlgorithmName MD5 [get, set]
 
static HashAlgorithmName SHA1 [get, set]
 
static HashAlgorithmName SHA256 [get, set]
 
static HashAlgorithmName SHA384 [get, set]
 
static HashAlgorithmName SHA512 [get, set]
 
string Name [get, set]
 

Private Attributes

readonly string _name
 

Detailed Description

Definition at line 9 of file HashAlgorithmName.cs.


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