20 return Create(
"System.Security.Cryptography.SHA512");
int HashSizeValue
Represents the size, in bits, of the computed hash code.
static object CreateFromName(string name, params object[] args)
Creates a new instance of the specified cryptographic object with the specified arguments.
Computes the T:System.Security.Cryptography.SHA512 hash for the input data.
Accesses the cryptography configuration information.
SHA512()
Initializes a new instance of T:System.Security.Cryptography.SHA512.
static new SHA512 Create()
Creates an instance of the default implementation of T:System.Security.Cryptography....
Represents the base class from which all implementations of cryptographic hash algorithms must derive...
static new SHA512 Create(string hashName)
Creates an instance of a specified implementation of T:System.Security.Cryptography....