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

Syntax

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

Parameters

userCertificate
Type: Org.BouncyCastle.Math..::..BigInteger
revocationDate
Type: System..::..DateTime
reason
Type: System..::..Int32

See Also