X509V2AttributeCertificateGeneratorGenerate Method

Generate a new X509V2AttributeCertificate using the provided ISignatureFactory.

Definition

Namespace: Org.BouncyCastle.X509
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae

Parameters

signatureFactory  ISignatureFactory
A signature factory with the necessary algorithm details.

Return Value

X509V2AttributeCertificate
An X509V2AttributeCertificate.

See Also