Click or drag to resize

SignedPkcs7TDecodeCms Method

Decodes cms from ASN reader.

Namespace:  SysadminsLV.PKI.Cryptography.Pkcs
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
protected void DecodeCms(
	Asn1Reader asn
)

Parameters

asn
Type: Asn1Reader
An instance of ASN.1 reader that contains signed PKCS#7 data.
See Also