RemoteCertificateValidator Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public delegate bool RemoteCertificateValidator(X509Certificate2 certificate, X509Chain chain, SslPolicyErrors policyErrors);
type RemoteCertificateValidator = delegate of X509Certificate2 * X509Chain * SslPolicyErrors -> bool
Public Delegate Function RemoteCertificateValidator(certificate As X509Certificate2, chain As X509Chain, policyErrors As SslPolicyErrors) As Boolean
Parameters
- certificate
- X509Certificate2
- chain
- X509Chain
- policyErrors
- SslPolicyErrors