C# Class EU.Europa.EC.Markt.Dss.Validation.Ocsp.OCSPCertificateVerifier

Check the status of the certificate using an OCSPSource
Inheritance: CertificateStatusVerifier
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
Check ( X509Certificate childCertificate, X509Certificate certificate, System.DateTime validationDate ) : CertificateStatus
OCSPCertificateVerifier ( IOcspSource ocspSource ) : System

Create a CertificateVerifier that will use the OCSP Source for checking revocation data.

Create a CertificateVerifier that will use the OCSP Source for checking revocation data. The default constructor for OCSPCertificateVerifier.

Method Details

Check() public méthode

public Check ( X509Certificate childCertificate, X509Certificate certificate, System.DateTime validationDate ) : CertificateStatus
childCertificate X509Certificate
certificate X509Certificate
validationDate System.DateTime
Résultat CertificateStatus

OCSPCertificateVerifier() public méthode

Create a CertificateVerifier that will use the OCSP Source for checking revocation data.
Create a CertificateVerifier that will use the OCSP Source for checking revocation data. The default constructor for OCSPCertificateVerifier.
public OCSPCertificateVerifier ( IOcspSource ocspSource ) : System
ocspSource IOcspSource
Résultat System