|
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.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
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