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