Click or drag to resize

TspRfc3161Request Constructor (Oid, Byte)

Initializes a new instance of TspRequest from hash algorithm and data to hash.

Namespace:  SysadminsLV.PKI.Cryptography
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public TspRfc3161Request(
	Oid hashAlgorithm,
	byte[] data
)

Parameters

hashAlgorithm
Type: System.Security.CryptographyOid
A hash algorithm to hash the data.
data
Type: SystemByte
Data to hash.
Exceptions
ExceptionCondition
ArgumentNullExceptionhashAlgorithm or data is null.
CryptographicExceptionhashAlgorithm is invalid hashing algorithm.
See Also