Click or drag to resize

X509CertificateRequestPkcs10 Constructor

Initializes a new empty instance of X509CertificateRequestPkcs10 class.

Namespace:  SysadminsLV.PKI.Cryptography.X509CertificateRequests
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
protected X509CertificateRequestPkcs10()
Remarks
This constructor is useful for inheritors when PKCS#10 is not directly available to inheritors and they need to perform extra actions to get the right data. Once get, use Decode(Byte) protected method to populate the data.
See Also