[]
Represents a delegate used to calculate the hash over data. The data can be represented by an array of bytes or by a Stream.
Outputs the hash value and the hash algorithm OID.
public delegate void TimeStamp.HashDelegate(byte[] dataToHash, Stream streamToHash, out byte[] hash, out OID hashAlgorithmOid)
Public Delegate Sub TimeStamp.HashDelegate(dataToHash As Byte(), streamToHash As Stream, hash As Byte(), hashAlgorithmOid As OID)