Click or drag to resize

CertID Constructor (Byte)

Initializes a new instance of the CertID class

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

Parameters

rawData
Type: SystemByte
A DER-encoded byte array that represents a binary form of CertID object.
Exceptions
ExceptionCondition
ArgumentNullExceptionrawData parameter is null reference.
See Also