SoLockManager Class |
Sets the unlock string.
Namespace: OIV.Inventor.Lock
The SoLockManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | GetUnlockString |
Returns the unlock string.
|
![]() ![]() | SetUnlockString |
Sets the unlock string.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class is used for setting the unlock string (also called "license string" or "password") programmatically. Master passwords and encrypted passwords must be specified via this mechanism.
If your application uses any of the Open Inventor extensions (e.g., MeshViz, VolumeViz, etc.), you will need to specify the necessary license strings using a colon-separated list or a newline-separated list. For encrypted passwords, you must use a newline-separated list. (Since SoLockManager stores only a single string, it would not work to make multiple calls, each specifying a single license string; each call would overwrite the previously specified value.)
You must set the unlock string before any other call to OpenInventor framework. This means the password string should typically be specified in your application's main.