CertIDEncode Method

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

Definition

Namespace: SysadminsLV.PKI.OcspClient
Assembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.0.1
C#
public byte[] Encode()

Field Value

Byte
System.Byte[]

Return Value

Byte
Returns a DER-encoded byte array.

See Also