Click or drag to resize

TspRfc3161Request Constructor (Byte)

Initializes a new instance of TspRequest from ASN.1-encoded byte array.

Namespace:  SysadminsLV.PKI.Cryptography
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public TspRfc3161Request(
	byte[] rawData
)

Parameters

rawData
Type: SystemByte
ASN.1-encoded byte array that represents an RFC 3161 Time-Stamp Protocol request message
Exceptions
ExceptionCondition
ArgumentNullExceptionrawData parameter is null.
See Also