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

Parameters

certificate  X509Certificate
The certificate to be distrusted.
See Also