Platforms to show: All Mac Windows Linux Cross-Platform

Back to SecureDongleXMBS module.

SecureDongleXMBS.Close(handle as Integer)
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Close specified SecureDongle X
Notes: Pass the handle you got returned from Open method.
SecureDongleXMBS.Find as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Find dongles attached to the computer
Notes:
See SDK Developer Guide for details.
Returns number of dongles or negative error code.
SecureDongleXMBS.GetVersion(handle as Integer) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Get SecureDongle X hardware version
Notes:
See SDK Developer Guide for details.
Returns positive version number or nega
SecureDongleXMBS.Open(mode as Integer, uid as UInt32) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Open specified SecureDongle X
Notes:
Convenience method where hid parameter is left away.
The default UID is 715400947 for demo dongles.
See SDK Developer Guide for details.

See also:

SecureDongleXMBS.Open(mode as Integer, uid as UInt32, byref hid as UInt32) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Open specified SecureDongle X
Notes:
The default UID is 715400947 for demo dongles.
See SDK Developer Guide for details.

See also:

SecureDongleXMBS.Read(handle as Integer, BlockIndex as Integer, byref data as string) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Read SecureDongle X content
Notes:
handle: SDX handle. It is the handle returned from Open
block_index: The block index. Specify the block to read. The value range is 0-4
data: Read buffer. Here you receive a string with 512 bytes.

Returns an error code.

See SDK Developer Guide for details.
SecureDongleXMBS.RSADecrypt(handle as Integer, startIndex as Integer, byref buf as string, byref key as string) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Read SecureDongle X content and Decrypt with RSA.
Notes: See SDK Developer Guide for details.
SecureDongleXMBS.RSAEncrypt(handle as Integer, startIndex as Integer, byref buf as string, byref key as string) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Encrypt with RSA and write to SecureDongle X.
Notes: See SDK Developer Guide for details.
SecureDongleXMBS.Transform(handle as Integer, byref data as string) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Data hashing function.
Notes:
On input data contains a string to transform (maximum 32 bytes) and on return the hash value.

See SDK Developer Guide for details.
SecureDongleXMBS.Write(handle as Integer, BlockIndex as Integer, data as string) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Write to SecureDongle X
Notes:
handle: SDX handle. It is the handle returned from Open
block_index: The Block index. Specify the block to write. The value range is 0-4
data: Write buffer. The buffer can be at maximum 512 bytes to accommodate the 512-byte block size. The plugin will fill the rest with zeros.

Returns error code.

See SDK Developer Guide for details.

The items on this page are in the following plugins: MBS Dongle Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...