Granados.PKI.RSAPublicKey.VerifyBI C# (CSharp) Méthode

VerifyBI() private méthode

private VerifyBI ( byte data ) : BigInteger
data byte
Résultat Granados.Mono.Math.BigInteger
        private BigInteger VerifyBI(byte[] data)
        {
            return new BigInteger(data).ModPow(_e, _n);
        }