System.Security.Policy.Hash.CreateMD5 C# (CSharp) Method

CreateMD5() public static method

public static CreateMD5 ( byte md5 ) : Hash
md5 byte
return Hash
        public static Hash CreateMD5(byte[] md5) { return default(Hash); }
        public static Hash CreateSHA1(byte[] sha1) { return default(Hash); }

Same methods

Hash::CreateMD5 ( byte md5 ) : System.Security.Policy.Hash