X509CertificateRequestPkcs10 Constructor

Initializes a new empty instance of X509CertificateRequestPkcs10 class.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
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