X509CRLEntryCollectionEncode Method
Encodes a collection of
X509CRLEntry objects to a ASN.1-encoded byte array.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
Public Function Encode As Byte()
public:
array<unsigned char>^ Encode()
member Encode : unit -> byte[]
Return Value
ByteASN.1-encoded byte array. If the collection is empty, a
NULL is returned.