Constructor.

Namespace: MonoSoftware.Core.Cryptography
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public EzRsa(
	int keylen
)
Visual Basic
Public Sub New ( 
	keylen As Integer
)
Visual C++
public:
EzRsa(
	int keylen
)
F#
new : 
        keylen : int -> EzRsa

Parameters

keylen
Type: System..::..Int32
keylen is in bits, and should be a multiple of 8

See Also