Méthode | Description | |
---|---|---|
GetCertificatesFromUrl ( string certUrl ) : |
Gets the certificate corresponding to the specified URL from the cache of certificates. If the cache doesn't contain the certificate, it is downloaded and verified.
|
|
GetTrustedCertificateFromFile ( string>.Dictionary |
Gets the trusted certificate to be used in validating a certificate chain.
|
|
ValidateCertificateChain ( |
Validates the certificate chain for the specified client certificate using a known, trusted certificate.
|
|
ValidatePayPalClientCertificate ( |
Validates the leaf client cert for the owner to be PayPal
|
Méthode | Description | |
---|---|---|
CertificateManager ( ) : System |
Private constructor prevent direct instantiation
|
public GetCertificatesFromUrl ( string certUrl ) : |
||
certUrl | string | The URL pointing to the certificate. |
Résultat |
public GetTrustedCertificateFromFile ( string>.Dictionary |
||
config | string>.Dictionary | Config containing an optional path to the trusted certificate file to use. |
Résultat |
public ValidateCertificateChain ( |
||
trustedCert | Trusted certificate to use in validating the chain. | |
clientCerts | Client certificates to use in validating the chain. | |
Résultat | bool |
public ValidatePayPalClientCertificate ( |
||
clientCerts | ||
Résultat | bool |