X509CertificateRequestPkcs10 Constructor
Initializes a new empty instance of X509CertificateRequestPkcs10 class.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
protected X509CertificateRequestPkcs10()
protected:
X509CertificateRequestPkcs10()
new : unit -> X509CertificateRequestPkcs10
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.