Creates and verifies serials based on asymmetric elliptic curves cryptography


Namespace: SeriousBit.Licensing
Assembly: SeriousBit.Licensing (in SeriousBit.Licensing.dll)

Syntax

Visual Basic (Declaration)
<ToolboxBitmapAttribute(GetType(SerialsManager), "SerialsManager.bmp")>
Public Class SerialsManager
    Inherits Component
C#
[ToolboxBitmapAttribute(typeof(SerialsManager), "SerialsManager.bmp")]
public class SerialsManager : Component
C++
[ToolboxBitmapAttribute(typeof(SerialsManager), L"SerialsManager.bmp")]
ref class SerialsManager : Component
J#
/** @attribute ToolboxBitmapAttribute(typeof(SerialsManager), "SerialsManager.bmp") */
public class SerialsManager extends Component
JScript
public 
   ToolboxBitmapAttribute(typeof(SerialsManager), "SerialsManager.bmp")
class SerialsManager extends Component

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         SeriousBit.Licensing.SerialsManager

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also