Method | Description | |
---|---|---|
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
|
public Check ( X509Certificate cert, X509Certificate potentialIssuer, System.DateTime validationDate ) : CertificateStatus | ||
cert | X509Certificate | |
potentialIssuer | X509Certificate | |
validationDate | System.DateTime | |
return | CertificateStatus |
public OCSPAndCRLCertificateVerifier ( ) : System | ||
return | System |
public OCSPAndCRLCertificateVerifier ( ICrlSource crlSource, IOcspSource ocspSource ) : System | ||
crlSource | ICrlSource | |
ocspSource | IOcspSource | |
return | System |
public SetCrlSource ( ICrlSource crlSource ) : void | ||
crlSource | ICrlSource | |
return | void |
public SetOcspSource ( IOcspSource ocspSource ) : void | ||
ocspSource | IOcspSource | |
return | void |