| 
            
              CertificatePolicyCheckerGetTrustedCertificate Method
             | 
          
        
        
            Searches the list of trusted certificates for a certificate that matches the given remote certificate. 
            
        
        Namespace: GSF.Net.SecurityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic X509Certificate GetTrustedCertificate(
	X509Certificate remoteCertificate
)
Public Function GetTrustedCertificate ( 
	remoteCertificate As X509Certificate
) As X509Certificate
public:
X509Certificate^ GetTrustedCertificate(
	X509Certificate^ remoteCertificate
)
member GetTrustedCertificate : 
        remoteCertificate : X509Certificate -> X509Certificate function GetTrustedCertificate(remoteCertificate);
 View SourceParameters
- remoteCertificate  X509Certificate
 - Remote certificate to search for.
 
Return Value
X509CertificateTrusted X509 certificate, if found; otherwise, 
null.
See Also