CertificatePolicyCheckerTrust(X509Certificate, CertificatePolicy) Method

Trusts the given certificate, using the given policy for validation.

Definition

Namespace: Gemstone.Net.Security
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public void Trust(
	X509Certificate certificate,
	CertificatePolicy? policy
)

Parameters

certificate  X509Certificate
The certificate to be trusted.
policy  CertificatePolicy
The policy by which to evaluate the certificate.

See Also