RemoteCertificateValidator Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Parâmetros
- certificate
- X509Certificate2
- chain
- X509Chain
- policyErrors
- SslPolicyErrors