Namespace: Org.BouncyCastle.Asn1.X509
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public void AddCrlEntry( DerInteger userCertificate, Time revocationDate, X509Extensions extensions ) |
Visual Basic |
---|
Public Sub AddCrlEntry ( _ userCertificate As DerInteger, _ revocationDate As Time, _ extensions As X509Extensions _ ) |
Visual C++ |
---|
public: void AddCrlEntry( DerInteger^ userCertificate, Time^ revocationDate, X509Extensions^ extensions ) |
Parameters
- userCertificate
- Type: Org.BouncyCastle.Asn1..::..DerInteger
- revocationDate
- Type: Org.BouncyCastle.Asn1.X509..::..Time
- extensions
- Type: Org.BouncyCastle.Asn1.X509..::..X509Extensions