CrypterMD5 Property | CryptSharp |
MD5 crypt, supported by nearly all systems. A variant supports Apache htpasswd files.
Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax
public static MD5Crypter MD5 { get; }
Public Shared ReadOnly Property MD5 As MD5Crypter Get
public: static property MD5Crypter^ MD5 { MD5Crypter^ get (); }
static member MD5 : MD5Crypter with get
Property Value
Type: MD5CrypterSee Also