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