|
SimpleCertificateCheckerValidateRemoteCertificate(X509Certificate) Method
|
Validates the given remote certificate to determine if the host is trusted.
Namespace: GSF.Net.SecurityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.265-beta+b9fecb767fe978094c19da8101c12474843773cb
Syntaxpublic bool ValidateRemoteCertificate(
X509Certificate remoteCertificate
)
Public Function ValidateRemoteCertificate (
remoteCertificate As X509Certificate
) As Boolean
public:
bool ValidateRemoteCertificate(
X509Certificate^ remoteCertificate
)
member ValidateRemoteCertificate :
remoteCertificate : X509Certificate -> bool function ValidateRemoteCertificate(remoteCertificate);
View SourceParameters
- remoteCertificate X509Certificate
- Certificate of the remote host.
Return Value
BooleanTrue if the remote certificate is trusted; false otherwise.
See Also