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
)
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
- 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