SignedContentBlob Constructor

Initializes a new instance of the SignedContentBlob class from a ASN.1-encoded byte array.

Definition

Namespace: SysadminsLV.PKI.Cryptography
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public SignedContentBlob(
	byte[] rawData,
	ContentBlobType type
)

Parameters

rawData  Byte
ASN.1-encoded object that represents a SignedContentInfo structure.
type  ContentBlobType
Specifies the content type in the rawData parameter.

See Also