Validates the specified certificate revocation list (issued by this certificate).

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Function ValidateRevocationList ( _
	crl As CertificateRevocationList, _
	validationTime As Nullable(Of DateTime) _
) As CertificateRevocationListStatus
C#
public CertificateRevocationListStatus ValidateRevocationList(
	CertificateRevocationList crl,
	Nullable<DateTime> validationTime
)

Parameters

crl
Type: Rebex.Security.Cryptography.Pkcs..::..CertificateRevocationList
Certificate revocation list to validate.
validationTime
Type: System..::..Nullable<(Of <(<'DateTime>)>)>
The date in which the validation takes effect; specify null (Nothing in VB.NET) to skip time validation check.

Return Value

Status of the validation result. If the CRL is valid, the return value is 0.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also