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