System.Security.Policy.Hash public sealed class Hash : EvidenceBase, ISerializable Documentation Code public byte[] MD5 { get; } public byte[] SHA1 { get; } public byte[] SHA256 { get; } public Hash(Assembly assembly) public static Hash CreateMD5(byte[] md5) public static Hash CreateSHA1(byte[] sha1) public static Hash CreateSHA256(byte[] sha256) public byte[] GenerateHash(HashAlgorithm hashAlg) public void GetObjectData(SerializationInfo info, StreamingContext context)