Namespace: Org.BouncyCastle.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( BigInteger userCertificate, DateTime revocationDate, int reason, DateTime invalidityDate ) |
Visual Basic |
---|
Public Sub AddCrlEntry ( _ userCertificate As BigInteger, _ revocationDate As DateTime, _ reason As Integer, _ invalidityDate As DateTime _ ) |
Visual C++ |
---|
public: void AddCrlEntry( BigInteger^ userCertificate, DateTime revocationDate, int reason, DateTime invalidityDate ) |
Parameters
- userCertificate
- Type: Org.BouncyCastle.Math..::..BigInteger
- revocationDate
- Type: System..::..DateTime
- reason
- Type: System..::..Int32
- invalidityDate
- Type: System..::..DateTime