RemoteCertificateValidationCallback

RemoteCertificateValidationCallback typedef

A user delegate used to verify remote SSL certificate.

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

See Also