Net Encryption Library
RsaKeySize Property






KellermanSoftware.NetEncryptionLibrary Namespace > Encryption Class : RsaKeySize Property
The KeySize for RSA. Valid Sizes: 1024, 2048, 4096. The default is 1024
Syntax
'Declaration
 
Public Property RsaKeySize As System.Integer
'Usage
 
Dim instance As Encryption
Dim value As System.Integer
 
instance.RsaKeySize = value
 
value = instance.RsaKeySize
public System.int RsaKeySize {get; set;}
public read-write property RsaKeySize: System.Integer; 
public function get,set RsaKeySize : System.int
public: __property System.int get_RsaKeySize();
public: __property void set_RsaKeySize( 
   System.int value
);
public:
property System.int RsaKeySize {
   System.int get();
   void set (    System.int value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Encryption Class
Encryption Members