MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / release_license

Function release_license

python/enterprise.py:260–270  ·  view source on GitHub ↗

Release the currently checked out license back to the Enterprise Server. .. note:: You must authenticate with the Enterprise Server before calling this. .. note:: This will deactivate the Binary Ninja Enterprise client. You must call :func:`acquire_license` \ again to continue using Binary Ni

()

Source from the content-addressed store, hash-verified

258
259
260def release_license():
261 """
262 Release the currently checked out license back to the Enterprise Server.
263
264 .. note:: You must authenticate with the Enterprise Server before calling this.
265
266 .. note:: This will deactivate the Binary Ninja Enterprise client. You must call :func:`acquire_license` \
267 again to continue using Binary Ninja Enterprise in the current process.
268 """
269 if not core.BNReleaseEnterpriseServerLicense():
270 raise RuntimeError(last_error())
271
272
273def license_expiration_time() -> int:

Callers 1

releaseMethod · 0.70

Calls 1

last_errorFunction · 0.85

Tested by

no test coverage detected