CertificatePolicyCheckerTrust(X509Certificate) Method
Trusts the given certificate, using the default policy for validation.
Namespace: Gemstone.Net.SecurityAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.147 -- Release Build+759c9d29b79c81f10905de8f58b653be932045f0
public void Trust(
X509Certificate certificate
)
Public Sub Trust (
certificate As X509Certificate
)
public:
void Trust(
X509Certificate^ certificate
)
function Trust(certificate);
Parameters
- certificate X509Certificate
- The certificate to be trusted.