AlgorithmIdentifierCollectionEncode Method

Encodes current collection to an ASN.1-encoded byte array.

Definition

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

Return Value

Byte
ASN.1-encoded byte array.

Remarks

Algorithm identifier collection is an unordered list and outer ASN type is encoded as SET.

If there are no items in collection, an empty SET type is returned.

See Also