Pkcs10CertificationRequest
protected Pkcs10CertificationRequest()
public Pkcs10CertificationRequest(string signatureAlgorithm, X509Name subject, AsymmetricKeyParameter publicKey, Asn1Set attributes, AsymmetricKeyParameter signingKey)
Instantiate a Pkcs10CertificationRequest object with the necessary credentials.
public Pkcs10CertificationRequest(ISignatureFactory signatureFactory, X509Name subject, AsymmetricKeyParameter publicKey, Asn1Set attributes)
Instantiate a Pkcs10CertificationRequest object with the necessary credentials.
Get the public key.
Returns X509Extensions if the Extensions Request attribute can be found and returns the extensions block.
Verify Pkcs10 Cert Request is valid.