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
)
Public Sub New (
rawData As Byte()
)
public:
CertID(
array<unsigned char>^ rawData
)
new :
rawData : byte[] -> CertID
Parameters
- rawData
- Type: SystemByte
A DER-encoded byte array that represents a binary form of CertID object.
Exceptions See Also