Initializes a new instance of the RSAManaged class with the specified key size.
            
    Namespace: 
   Rebex.Security.Cryptography
    Assembly:
   Rebex.Common (in Rebex.Common.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Sub New ( _ keySize As Integer _ ) | 
| C# | 
|---|
| public RSAManaged( int keySize ) | 
Parameters
- keySize
- Type: System..::..Int32
 The size of the key to use in bits.
 
     
     
     
     
    