terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Security.Cryptography.HashAlgorithmName Struct Reference
+ Inheritance 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 ()
 
bool Equals (T other)
 

Static Public Member Functions

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

Properties

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

Private Attributes

readonly string _name
 

Detailed Description

Definition at line 7 of file HashAlgorithmName.cs.


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