Click or drag to resize
SoLicenseProperty Methods

The SoLicenseProperty type exposes the following members.

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
See Also