|
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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax function GetTrustedCertificate(remoteCertificate);
View SourceParameters
- remoteCertificate X509Certificate
- Remote certificate to search for.
Return Value
X509CertificateTrusted X509 certificate, if found; otherwise,
null.
See Also