Click or drag to resize

CertIDEncode Method

Encodes current object to a DER-encoded byte array. Returned array is used to construct initial OCSP Request structure.

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

Field Value

Type: Byte
System.Byte[]

Return Value

Type: Byte
Returns a DER-encoded byte array.
See Also