Click or drag to resize

SignedPkcs7TDecodeContent Method

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

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

Parameters

rawData
Type: SystemByte
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