IDomain
Description
The IDomain interface provides low-level functions for checking licence keys and unlocking protected data.
Public / Methods
Key
Tries to unlock this domain using the given binary licence key.
The given key in array will only be referenced during the call to this method, so it is safe to use this method even if the low-level licence module uses a different native heap.
Locked
Returns a locked data item.
The returned string value will always be a literal. On platforms other than .NET, the native string object will wrap the literal directly, so the value returned by this method can safely be used, even if the low-level licence module uses a different native heap.