Initializes a new instance of the RevokedInfo class
Namespace: Org.BouncyCastle.Asn1.OcspAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public RevokedInfo( DerGeneralizedTime revocationTime, CrlReason revocationReason ) |
Visual Basic |
---|
Public Sub New ( _ revocationTime As DerGeneralizedTime, _ revocationReason As CrlReason _ ) |
Visual C++ |
---|
public: RevokedInfo( DerGeneralizedTime^ revocationTime, CrlReason^ revocationReason ) |
Parameters
- revocationTime
- Type: Org.BouncyCastle.Asn1..::..DerGeneralizedTime
- revocationReason
- Type: Org.BouncyCastle.Asn1.X509..::..CrlReason