Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Security.Cryptography.HashAlgorithmName Struct Reference

Public Member Functions

 HashAlgorithmName (string? name)
 
override string ToString ()
 
override bool Equals ([NotNullWhen(true)] 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)
 
static bool TryFromOid (string oidValue, out HashAlgorithmName value)
 
static HashAlgorithmName FromOid (string oidValue)
 

Properties

static HashAlgorithmName MD5 [get]
 
static HashAlgorithmName SHA1 [get]
 
static HashAlgorithmName SHA256 [get]
 
static HashAlgorithmName SHA384 [get]
 
static HashAlgorithmName SHA512 [get]
 
stringName [get]
 

Private Attributes

readonly string _name
 

Detailed Description

Definition at line 5 of file HashAlgorithmName.cs.


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