System::Net::Security::RemoteCertificateValidationCallback typedef

RemoteCertificateValidationCallback typedef

Ein Benutzer‑Delegate, der zum Verifizieren des entfernten SSL‑Zertifikats verwendet wird.

using System::Net::Security::RemoteCertificateValidationCallback =  System::MulticastDelegate<bool(
    System::SharedPtr<Object>, System::SharedPtr<System::Security::Cryptography::X509Certificates::X509Certificate>,
    System::SharedPtr<System::Security::Cryptography::X509Certificates::X509Chain>, SslPolicyErrors)>

Siehe auch