X509CRLEntryCollectionEncode Method

Encodes a collection of X509CRLEntry objects to a ASN.1-encoded byte array.

Definition

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

Return Value

Byte
ASN.1-encoded byte array. If the collection is empty, a NULL is returned.

See Also