Mono.Tools.CertificateManager.CertificateValidation C# (CSharp) Méthode

CertificateValidation() static private méthode

static private CertificateValidation ( System.Security.Cryptography.X509Certificates certificate, int certificateErrors ) : bool
certificate System.Security.Cryptography.X509Certificates
certificateErrors int
Résultat bool
		static bool CertificateValidation (SSCX.X509Certificate certificate, int[] certificateErrors)
		{
			// the main reason to download it is that it's not trusted
			return true;
			// OTOH we ask user confirmation before adding certificates into the stores
		}