메소드 | 설명 | |
---|---|---|
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. |
public Check ( X509Certificate childCertificate, X509Certificate certificate, System.DateTime validationDate ) : CertificateStatus | ||
childCertificate | X509Certificate | |
certificate | X509Certificate | |
validationDate | System.DateTime | |
리턴 | CertificateStatus |
public OCSPCertificateVerifier ( IOcspSource ocspSource ) : System | ||
ocspSource | IOcspSource | |
리턴 | System |