X509CRL2CertificateInCrl Method |
Verifies whether the specified certificate is in the current revocation list.
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public bool CertificateInCrl(
X509Certificate2 cert
)
Public Function CertificateInCrl (
cert As X509Certificate2
) As Boolean
public:
bool CertificateInCrl(
X509Certificate2^ cert
)
member CertificateInCrl :
cert : X509Certificate2 -> bool
Parameters
- cert
- Type: System.Security.Cryptography.X509CertificatesX509Certificate2
Certificate to verify.
Return Value
Type:
BooleanTrue if the specified certificate is presented in the CRL. Otherwise
False.
Exceptions Remarks This method do not check, whether the certificate was issued by the same issuer, as this CRL.
See Also