License
The License class provides access to IBM Security license properties.
Syntax
public interface ILicense
Discussion
This class represents the keys of the same license type in the same license
container. For example, the License
object can contain the collection of server,
workstation, or application licenses for one license container, such as the
default parent container domain/Program Data/Centrify/Licenses
.
Properties
The License
class provides the following properties:
Property | Description |
---|---|
Count
|
Determines the total number of licenses of a particular type. |
IsEval
|
Determines whether the license is an evaluation license. |
Keys
|
Gets the license keys associated with the license object. |
Type
|
Gets the license type for the license object. |
UsedCount
|
Gets the total number of licenses that are currently in use. |