Click or drag to resize

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
)

Parameters

rawData
Type: SystemByte
ASN.1-encoded byte array.
Exceptions
ExceptionCondition
ArgumentNullExceptionrawData parameter is null.
See Also