Microsoft.Azure.Commands.RecoveryServices.PSRecoveryServicesClient.IgnoreCertificateErrorHandler C# (CSharp) Method

IgnoreCertificateErrorHandler() private static method

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