C# 클래스 EU.Europa.EC.Markt.Dss.Validation.OCSPAndCRLCertificateVerifier

Fetch revocation data from a certificate by querying a OCSP server first and then an CRL server if no OCSP response could be retrieved.
Fetch revocation data from a certificate by querying a OCSP server first and then an CRL server if no OCSP response could be retrieved.
상속: CertificateStatusVerifier
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
Check ( X509Certificate cert, X509Certificate potentialIssuer, System.DateTime validationDate ) : CertificateStatus
GetCrlSource ( ) : ICrlSource

Get the CRL source from this verifier

GetOcspSource ( ) : IOcspSource

Get the OCSP Source from this verifier

OCSPAndCRLCertificateVerifier ( ) : System

The default constructor for OCSPAndCRLCertificateVerifier.

The default constructor for OCSPAndCRLCertificateVerifier.

OCSPAndCRLCertificateVerifier ( ICrlSource crlSource, IOcspSource ocspSource ) : System

Build a OCSPAndCRLCertificateVerifier that will use the provided CRLSource and OCSPSource

SetCrlSource ( ICrlSource crlSource ) : void

Set the CRL source for this verifier

SetOcspSource ( IOcspSource ocspSource ) : void

Set the OCSP source for this verifier

메소드 상세

Check() 공개 메소드

public Check ( X509Certificate cert, X509Certificate potentialIssuer, System.DateTime validationDate ) : CertificateStatus
cert X509Certificate
potentialIssuer X509Certificate
validationDate System.DateTime
리턴 CertificateStatus

GetCrlSource() 공개 메소드

Get the CRL source from this verifier
public GetCrlSource ( ) : ICrlSource
리턴 ICrlSource

GetOcspSource() 공개 메소드

Get the OCSP Source from this verifier
public GetOcspSource ( ) : IOcspSource
리턴 IOcspSource

OCSPAndCRLCertificateVerifier() 공개 메소드

The default constructor for OCSPAndCRLCertificateVerifier.
The default constructor for OCSPAndCRLCertificateVerifier.
public OCSPAndCRLCertificateVerifier ( ) : System
리턴 System

OCSPAndCRLCertificateVerifier() 공개 메소드

Build a OCSPAndCRLCertificateVerifier that will use the provided CRLSource and OCSPSource
public OCSPAndCRLCertificateVerifier ( ICrlSource crlSource, IOcspSource ocspSource ) : System
crlSource ICrlSource
ocspSource IOcspSource
리턴 System

SetCrlSource() 공개 메소드

Set the CRL source for this verifier
public SetCrlSource ( ICrlSource crlSource ) : void
crlSource ICrlSource
리턴 void

SetOcspSource() 공개 메소드

Set the OCSP source for this verifier
public SetOcspSource ( IOcspSource ocspSource ) : void
ocspSource IOcspSource
리턴 void