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 As RSA |
C# |
---|
public static RSA Create () |
Visual C++ |
---|
public: static RSA^ Create () |
Return Value
An RSA instance that represents the exponen-of-one key.Remarks
The modulus length of this key will be 1024 bits.