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