The X509V2CrlGenerator type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | AddCrl | |
 | AddCrlEntry(BigInteger, DateTime, X509Extensions) | |
 | AddCrlEntry(BigInteger, DateTime, Int32) | |
 | AddCrlEntry(BigInteger, DateTime, Int32, DateTime) | |
 | AddExtension(String, Boolean, Asn1Encodable) | |
 | AddExtension(String, Boolean, array<Byte>[]()[][]) | |
 | AddExtension(DerObjectIdentifier, Boolean, Asn1Encodable) | |
 | AddExtension(DerObjectIdentifier, Boolean, array<Byte>[]()[][]) | |
 | Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) |
 | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
 | Generate(AsymmetricKeyParameter) | Generate an X509 CRL, based on the current issuer and subject. |
 | Generate(AsymmetricKeyParameter, SecureRandom) | Generate an X509 CRL, based on the current issuer and subject. |
 | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
 | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
 | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
 | Reset | |
 | SetIssuerDN | |
 | SetNextUpdate | |
 | SetSignatureAlgorithm | |
 | SetThisUpdate | |
 | ToString | (Inherited from Object.) |
Properties
| Name | Description |
---|
 | SignatureAlgNames |
Allows enumeration of the signature names supported by the generator.
|
See Also