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