|
ICertificateCheckerValidateRemoteCertificate Method
|
Verifies the remote certificate used for authentication.
Namespace: GSF.Net.SecurityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.300-beta+b2186e2cd1f968c931b0e151fdd7c839f3d1e9cf
Syntaxfunction ValidateRemoteCertificate(sender, remoteCertificate, chain, errors);
View SourceParameters
- sender Object
- An object that contains state information for this validation.
- remoteCertificate X509Certificate
- The certificate used to authenticate the remote party.
- chain X509Chain
- The chain of certificate authorities associated with the remote certificate.
- errors SslPolicyErrors
- One or more errors associated with the remote certificate.
Return Value
BooleanA flag that determines whether the specified certificate is accepted for authentication.
See Also