Namespace: Org.BouncyCastle.Asn1.X509
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public void AddCrlEntry(
	DerInteger userCertificate,
	Time revocationDate,
	int reason
)
Visual Basic
Public Sub AddCrlEntry ( _
	userCertificate As DerInteger, _
	revocationDate As Time, _
	reason As Integer _
)
Visual C++
public:
void AddCrlEntry(
	DerInteger^ userCertificate, 
	Time^ revocationDate, 
	int reason
)

Parameters

userCertificate
Type: Org.BouncyCastle.Asn1..::..DerInteger
revocationDate
Type: Org.BouncyCastle.Asn1.X509..::..Time
reason
Type: System..::..Int32

See Also