Click or drag to resize

CertificatePolicyCheckerDistrust Method

Removes the given certificate from the list of trusted certificates.

Namespace: GSF.Net.Security
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax
public void Distrust(
	X509Certificate certificate
)
View Source

Parameters

certificate  X509Certificate
The certificate to be distrusted.
See Also