RSAManaged Constructor
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
RSAManaged()
Initializes a new instance of the RSAManaged class with the key size of 1024.
Declaration
public RSAManaged()
RSAManaged(Int32)
Initializes a new instance of the RSAManaged class with the specified key size.
Declaration
public RSAManaged(int keySize)
Parameters
Type | Name | Description |
---|---|---|
Int32 | keySize | The size of the key to use in bits. |