PkcsSignerInfo Constructor |
Initializes a new instance of the PkcsSignerInfo class from a ASN.1-encoded byte array.
Namespace:
SysadminsLV.PKI.Cryptography.Pkcs
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public PkcsSignerInfo(
byte[] rawData
)
Public Sub New (
rawData As Byte()
)
public:
PkcsSignerInfo(
array<unsigned char>^ rawData
)
new :
rawData : byte[] -> PkcsSignerInfo
Parameters
- rawData
- Type: SystemByte
ASN.1-encoded byte array that represents current object.
Exceptions Exception | Condition |
---|
ArgumentNullException | rawData is null or empty array. |
See Also