Creates and verifies serials based on asymmetric elliptic curves cryptography This class cannot be inherited.


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

Syntax

Visual Basic (Declaration)
<ToolboxItemAttribute(True), _
DescriptionAttribute("Creates and verifies serials based on asymmetric elliptic curves cryptography")>

Public NotInheritable Class SerialsManager
Inherits Component
C#
[ToolboxItemAttribute(True)]
[DescriptionAttribute("Creates and verifies serials based on asymmetric elliptic curves cryptography")]
public sealed class SerialsManager : Component
C++
[ToolboxItemAttribute(True)]
[DescriptionAttribute(L"Creates and verifies serials based on asymmetric elliptic curves cryptography")]
ref class SerialsManager sealed : Component
J#
/** @attribute ToolboxItemAttribute(True) */
/** @attribute DescriptionAttribute("Creates and verifies serials based on asymmetric elliptic curves cryptography") */
public final class SerialsManager extends Component
JScript
public
ToolboxItemAttribute(True)
DescriptionAttribute("Creates and verifies serials based on asymmetric elliptic curves cryptography")
final class SerialsManager extends Component

Inheritance Hierarchy

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