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

Parameters

certificate  X509Certificate
The certificate to be distrusted.
See Also