AppController.Validator C# (CSharp) Method

Validator() public static method

public static Validator ( object sender, System certificate, System chain, System sslPolicyErrors ) : bool
sender object
certificate System
chain System
sslPolicyErrors System
return bool
    public static bool Validator(object sender, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Security.Cryptography.X509Certificates.X509Chain chain, System.Net.Security.SslPolicyErrors sslPolicyErrors)
    {
        return true;
    }