Generate an X509 certificate, based on the current issuer and subject,
            using the supplied source of randomness, if required.
            
Namespace: Org.BouncyCastle.X509Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
 Syntax
Syntax
| C# | 
|---|
| public IX509AttributeCertificate Generate( AsymmetricKeyParameter publicKey, SecureRandom random ) | 
| Visual Basic | 
|---|
| Public Function Generate ( _ publicKey As AsymmetricKeyParameter, _ random As SecureRandom _ ) As IX509AttributeCertificate | 
| Visual C++ | 
|---|
| public: IX509AttributeCertificate^ Generate( AsymmetricKeyParameter^ publicKey, SecureRandom^ random ) | 
Parameters
- publicKey
- Type: Org.BouncyCastle.Crypto..::..AsymmetricKeyParameter
- random
- Type: Org.BouncyCastle.Security..::..SecureRandom





