| 
            
              CertificatePolicyCheckerDistrust Method
             | 
          
        
        
            Removes the given certificate from the list of trusted certificates.
            
        
        Namespace: GSF.Net.SecurityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic void Distrust(
	X509Certificate certificate
)
Public Sub Distrust ( 
	certificate As X509Certificate
)
public:
void Distrust(
	X509Certificate^ certificate
)
member Distrust : 
        certificate : X509Certificate -> unit function Distrust(certificate);
 View SourceParameters
- certificate  X509Certificate
 - The certificate to be distrusted.
 
See Also