Sharpen.RSAPrivateKey.GetModulus C# (CSharp) Method

GetModulus() public method

public GetModulus ( ) : BigInteger
return Mono.Math.BigInteger
        public BigInteger GetModulus()
        {
            return new BigInteger (Parameters.Modulus);
        }