Exemplo n.º 1
0
        bool VerifyCertificate(Stream stream, string senha)
        {
            var pfxEntry = Pkcs12FileHelper.Load(stream, senha);

            return(pfxEntry != null);
        }