Click or drag to resize

PKCS7SignedMessage Constructor (Byte)

Initializes a new instance of the PKCS7SignedMessage class

Namespace:  SysadminsLV.PKI.Cryptography.Pkcs
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public PKCS7SignedMessage(
	byte[] message
)

Parameters

message
Type: SystemByte
ASN.1-encoded byte array that contains a PKCS#7/CMS message.
Exceptions
ExceptionCondition
ArgumentNullExceptionrawData parameter is null.
InvalidDataExceptionThe data in the rawData parameter is not valid PKCS#7/CMS message.
See Also