Click or drag to resize

LicenseManager Class

License Manager
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3D.NET.ManagerLicenseManager

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public class LicenseManager : VIZCoreBase

The LicenseManager type exposes the following members.

Properties
  NameDescription
Public propertyAuthenticationTime
최초 인증 시간
Public propertyLicenseMethod
라이선스 인증 유형
Public propertyProduct
인증된 제품
Top
Methods
  NameDescription
Public methodDisconnectServer
라이선스 서버 연결 해제
Public methodGetLicenseServerCurrentStatus
Get License Server Current Information
Public methodGetLicenseServerProducts
Get License Server Product Information
Public methodIsAuthentication
Is Authentication
Public methodCode exampleLicenseFile(String)
Set License File
Public methodCode exampleLicenseFile(String, Products)
Set License File
Public methodCode exampleLicenseServer(String, Int32)
Set License Server
Public methodCode exampleLicenseServer(String, Int32, Products)
Set License Server
Public methodReconnectServer
기존 연결 정보로 라이선스 서버 재연결
Top
See Also