Pkcs10CertificationRequestDelaySigned(String, X509Name, AsymmetricKeyParameter, Asn1Set) Constructor
Instantiate a Pkcs10CertificationRequest object with the necessary credentials.
Namespace: Org.BouncyCastle.PkcsAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
Org.BouncyCastle.Pkcs.Pkcs10CertificationRequestDelaySigned = function(signatureAlgorithm, subject, publicKey, attributes);
Parameters
- signatureAlgorithm String
- Name of Sig Alg.
- subject X509Name
- X509Name of subject eg OU="My unit." O="My Organisatioin" C="au"
- publicKey AsymmetricKeyParameter
- Public Key to be included in cert reqest.
- attributes Asn1Set
- ASN1Set of Attributes.
After the object is constructed use the
GetDataToSign and finally the
SignRequest methods to finalize the request.