Creates a new exponent-of-one key.
Namespace: Org.Mentalis.Security.Tools
Assembly: Org.Mentalis.Security.Tools (in Org.Mentalis.Security.Tools)
Version: 1.0.0.0
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function Create ( _ bitLength As Integer _ ) As RSA |
C# |
---|
public static RSA Create ( int bitLength ) |
Visual C++ |
---|
public: static RSA^ Create ( int bitLength ) |
Parameters
- bitLength
- System.Int32
The length of the modulus, in bits.