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.181-beta
Syntax
public void Distrust(
	X509Certificate certificate
)
View Source

Parameters

certificate  X509Certificate
The certificate to be distrusted.
See Also