BiosealLicense.getLicenseOwner Method¶
Module: BiosealLicense
Definition¶
Retrieves the license owner.
@staticmethod
get_license_owner() -> str
Returns
strThe license owner.
Exceptions
An error has occurred during Bioseal Library execution.
static String getLicenseOwner()
Returns
StringThe license owner.
Exceptions
An error has occurred during Bioseal Library execution.
public static string GetLicenseOwner()
Returns
stringThe license owner.
Exceptions
An error has occurred during Bioseal Library execution.
public static String getLicenseOwner() throws BiosealException
Returns
StringThe license owner.
Exceptions
An error has occurred during Bioseal Library execution.
public static func getLicenseOwner() throws -> String
Returns
StringThe license owner.
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealLicense_GetLicenseOwner (
char * licenseOwner,
int * licenseOwnerSize)
Parameters
licenseOwnerchar *out The license owner.licenseOwnerSizeint *in Size of the ‘licenseOwner’ buffer. Receives the minimum required buffer size to hold the ‘licenseOwner’ string if the given one is too small (including the terminating NULL character), otherwise receives the number of characters in ‘licenseOwner’ (excluding terminating NULL character).
Returns