X509CertificateRequestPkcs10Decode Method |
Populates current object with data from ASN.1-encoded byte array that represents encoded PKCS#10
certificate request.
Namespace:
SysadminsLV.PKI.Cryptography.X509CertificateRequests
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax protected void Decode(
byte[] rawData
)
Protected Sub Decode (
rawData As Byte()
)
protected:
void Decode(
array<unsigned char>^ rawData
)
member Decode :
rawData : byte[] -> unit
Parameters
- rawData
- Type: SystemByte
ASN.1-encoded byte array.
Exceptions Exception | Condition |
---|
ArgumentNullException | rawData parameter is null. |
See Also