|
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.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
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