|
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.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
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