Sharpen.RSAPrivateKey.RSAPrivateKey C# (CSharp) Method

RSAPrivateKey() public method

public RSAPrivateKey ( RSAParameters pars ) : System
pars System.Security.Cryptography.RSAParameters
return System
        public RSAPrivateKey(RSAParameters pars)
        {
            Parameters = pars;
        }