Generate an X509 CRL, based on the current issuer and subject.

Namespace: Org.BouncyCastle.X509
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public X509Crl Generate(
	AsymmetricKeyParameter privateKey,
	SecureRandom random
)
Visual Basic
Public Function Generate ( _
	privateKey As AsymmetricKeyParameter, _
	random As SecureRandom _
) As X509Crl
Visual C++
public:
X509Crl^ Generate(
	AsymmetricKeyParameter^ privateKey, 
	SecureRandom^ random
)

Parameters

privateKey
Type: Org.BouncyCastle.Crypto..::..AsymmetricKeyParameter
The key used for signing.
random
Type: Org.BouncyCastle.Security..::..SecureRandom
A user-defined source of randomness.

See Also