PkcsSignerInfoCollectionEncode Method |
Encodes current collection to an ASN.1-encoded byte array.
Namespace:
SysadminsLV.PKI.Cryptography.Pkcs
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax Public Function Encode As Byte()
public:
array<unsigned char>^ Encode()
member Encode : unit -> byte[]
Return Value
Type:
ByteASN.1-encoded byte array.
Remarks
Signer info 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