Click or drag to resize
SoLicenseProperty Class

Class providing information about a licensed product.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.InventorSoDisposable
      OIV.Inventor.LockSoLicenseProperty

Namespace: OIV.Inventor.Lock
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.2.0 (2024.1.2)
Syntax
public class SoLicenseProperty : SoDisposable

The SoLicenseProperty type exposes the following members.

Constructors
  NameDescription
Public methodSoLicenseProperty
Initializes a new instance of the SoLicenseProperty class
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by SoDisposable.
(Inherited from SoDisposable.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetCheckSum

Returns the checksum of this license.

Public methodGetDaysToExpire

Gets number of days before expiration for the given product version.

Public methodGetExpirationDate

Returns the expire date of the product for this license.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetHostID

Returns the HostID for this license.

Public methodGetInfo

Returns the info for this license.

Public methodGetLicenseType

Gets the product type (RunTime or SDK).

Public methodGetNumUsers

Returns the number of users of the product for this license.

Public methodGetProductName

Returns the name of the product for this license.

Public methodGetProductVersion

Returns the version of the product for this license.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsExpired

Returns true if the product is expired.

Public methodIsMasterPassword

Returns true if the license is a master password.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Top
Remarks

This class provides information about a product license, such as the product version or expiration date of the license.

See Also