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

CreateSHA1() public static method

public static CreateSHA1 ( byte sha1 ) : Hash
sha1 byte
return Hash
        public static Hash CreateSHA1(byte[] sha1) { return default(Hash); }
        public byte[] GenerateHash(HashAlgorithm hashAlg) { return null; }

Same methods

Hash::CreateSHA1 ( byte sha1 ) : System.Security.Policy.Hash