Goedel.Cryptography.RSAKeyPair.RSAKeyPair C# (CSharp) Method

RSAKeyPair() public method

Generate a KeyPair from a .NET Provider.
public RSAKeyPair ( RSACryptoServiceProvider RSACryptoServiceProvider ) : System
RSACryptoServiceProvider System.Security.Cryptography.RSACryptoServiceProvider
return System
        public RSAKeyPair(RSACryptoServiceProvider RSACryptoServiceProvider) {
            _Provider = RSACryptoServiceProvider;
            }

Same methods

RSAKeyPair::RSAKeyPair ( RSAParameters RSAParameters ) : System
RSAKeyPair::RSAKeyPair ( int KeySize ) : System
RSAKeyPair::RSAKeyPair ( int KeySize, bool Exportable ) : System
RSAKeyPair::RSAKeyPair ( string UDF ) : System