20 return Create(
"System.Security.Cryptography.SHA384");
SHA384()
Initializes a new instance of T:System.Security.Cryptography.SHA384.
Computes the T:System.Security.Cryptography.SHA384 hash for the input data.
static new SHA384 Create()
Creates an instance of the default implementation of T:System.Security.Cryptography....
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.
static new SHA384 Create(string hashName)
Creates an instance of a specified implementation of T:System.Security.Cryptography....
Accesses the cryptography configuration information.
Represents the base class from which all implementations of cryptographic hash algorithms must derive...