RemoteCertificateValidator Delegat
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Parameter
- certificate
- X509Certificate2
- chain
- X509Chain
- policyErrors
- SslPolicyErrors