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.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
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