Computes hash value for the specified algorithm
[Visual Basic] Public Function GenerateHash( _ ByVal hashAlg As HashAlgorithm _ ) As Byte () [C#] public byte[] GenerateHash( HashAlgorithm hashAlg ); [C++] public: unsigned char* GenerateHash( HashAlgorithm* hashAlg ) []; [JScript] public function GenerateHash( hashAlg : HashAlgorithm ) : Byte[];
Byte array representing the hash value computed according to the specified algorithm.
The assembly specified in the constructor provides the bytes for the hash computation.
Hash Class | Hash Members | System.Security.Policy Namespace