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.178 -- Release Build+f8a23028fef00502c7e35bcc3934c260e8a0eb56
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