bool VerifyCertificate(Stream stream, string senha) { var pfxEntry = Pkcs12FileHelper.Load(stream, senha); return(pfxEntry != null); }