Contructor
Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub New( _ ByVal developerName As String, _ ByVal developerSerial As String, _ ByVal strength As KeyStrength _ ) |
| C# |
|---|
| public SerialsManager( string developerName, string developerSerial, KeyStrength strength ) |
| C++ |
|---|
| public: SerialsManager( String developerName, String developerSerial, KeyStrength strength ) sealed |
| J# |
|---|
| public SerialsManager( string developerName, string developerSerial, KeyStrength strength ) |
| JScript |
|---|
| public function SerialsManager( developerName : String, developerSerial : String, strength : KeyStrength ) |
Parameters
- developerName
- Developer's name
- developerSerial
- Key provided by SeriousBit, to get one for free go to our site Whithout this key SerialsManager wouldn't work properly
- strength
- Determines the EC key stregth. The recommened and most optimal value is 128, but a higher value can be selected for even more security.