|
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.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
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