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