X509CRL2CertificateInCrl Method
Verifies whether the specified certificate is in the current revocation list.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public bool CertificateInCrl(
X509Certificate2 cert
)
Public Function CertificateInCrl (
cert As X509Certificate2
) As Boolean
public:
bool CertificateInCrl(
X509Certificate2^ cert
)
member CertificateInCrl :
cert : X509Certificate2 -> bool
- cert X509Certificate2
- Certificate to verify.
BooleanTrue if the specified certificate is presented in the CRL. Otherwise
False.
This method do not check, whether the certificate was issued by the same issuer, as this CRL.