SignedPkcs7TDecodeContent Method

Implementers use this method to decode content of the signed message and set it in Content member.

Definition

Namespace: SysadminsLV.PKI.Cryptography.Pkcs
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
protected abstract void DecodeContent(
	byte[] rawData
)

Parameters

rawData  Byte
ASN.1-encoded array that represents signed message's content. Can be null.

Remarks

This method is invoked after entire PKCS #7 structure is decoded.

See Also