|
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.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
Syntaxfunction GetTrustedCertificate(remoteCertificate);
View SourceParameters
- remoteCertificate X509Certificate
- Remote certificate to search for.
Return Value
X509CertificateTrusted X509 certificate, if found; otherwise,
null.
See Also