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

Parameters

certificate  X509Certificate
The certificate to be distrusted.
See Also