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"), _ ToolboxItemAttribute(True), _ DescriptionAttribute("Creates and verifies serials based on asymmetric elliptic curves cryptography")> Public Class SerialsManager Inherits Component |
C# |
---|
[ToolboxBitmapAttribute(typeof(SerialsManager), "SerialsManager.bmp")] [ToolboxItemAttribute(True)] [DescriptionAttribute("Creates and verifies serials based on asymmetric elliptic curves cryptography")] public class SerialsManager : Component |
C++ |
---|
[ToolboxBitmapAttribute(typeof(SerialsManager), L"SerialsManager.bmp")] [ToolboxItemAttribute(True)] [DescriptionAttribute(L"Creates and verifies serials based on asymmetric elliptic curves cryptography")] ref class SerialsManager : Component |
J# |
---|
/** @attribute ToolboxBitmapAttribute(typeof(SerialsManager), "SerialsManager.bmp") */ /** @attribute ToolboxItemAttribute(True) */ /** @attribute DescriptionAttribute("Creates and verifies serials based on asymmetric elliptic curves cryptography") */ public class SerialsManager extends Component |
JScript |
---|
public ToolboxBitmapAttribute(typeof(SerialsManager), "SerialsManager.bmp") ToolboxItemAttribute(True) DescriptionAttribute("Creates and verifies serials based on asymmetric elliptic curves cryptography") class SerialsManager extends Component |
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
SeriousBit.Licensing.SerialsManager
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.