Click or drag to resize

SignedContentBlob Constructor

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

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

Parameters

rawData
Type: SystemByte
ASN.1-encoded object that represents a SignedContentInfo structure.
type
Type: SysadminsLV.PKI.CryptographyContentBlobType
Specifies the content type in the rawData parameter.
See Also