SignedContentBlob Constructor
Initializes a new instance of the SignedContentBlob class from a ASN.1-encoded byte array.
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public SignedContentBlob(
byte[] rawData,
ContentBlobType type
)
Public Sub New (
rawData As Byte(),
type As ContentBlobType
)
public:
SignedContentBlob(
array<unsigned char>^ rawData,
ContentBlobType type
)
new :
rawData : byte[] *
type : ContentBlobType -> SignedContentBlob
Parameters
- rawData Byte
-
ASN.1-encoded object that represents a SignedContentInfo structure.
- type ContentBlobType
-
Specifies the content type in the rawData parameter.