Face SDK  1.13.0 Mozart release
Face Recognition Software Development Kit
Public Member Functions | Static Public Member Functions | Properties | List of all members
FaceSDK.Base.License Class Reference
Inheritance diagram for FaceSDK.Base.License:
FaceSDK.FaceSDKBase FaceSDK.Base.ILicense FaceSDK.IFaceSDKBase FaceSDK.IFaceSDKBase

Public Member Functions

 License ()
 Create a license from default license file More...
 
 License (string path)
 Load license from a given file More...
 
 License (byte[] data)
 Create license from a byte Array More...
 
- Public Member Functions inherited from FaceSDK.FaceSDKBase
override bool Equals (object obj)
 
override int GetHashCode ()
 
void CheckValidity (string objectName=null)
 Throw an ObjectDisposedException adding a given name to exception's Message in case that object is not valid More...
 
void Dispose ()
 

Static Public Member Functions

static byte [] GenerateLicenseRequest (uint[] gpu_ids)
 
static ILicense MakeDefaultLicense ()
 

Properties

string Info [get]
 
- Properties inherited from FaceSDK.FaceSDKBase
IntPtr Handle [get, protected set]
 
bool Valid [get]
 
- Properties inherited from FaceSDK.IFaceSDKBase
bool Valid [get]
 True if object is valid, false if disposed or not created properly More...
 
- Properties inherited from FaceSDK.Base.ILicense
string Info [get]
 License info More...
 

Constructor & Destructor Documentation

◆ License() [1/3]

FaceSDK.Base.License.License ( )
inline

Create a license from default license file

◆ License() [2/3]

FaceSDK.Base.License.License ( string  path)
inline

Load license from a given file

Parameters
path

◆ License() [3/3]

FaceSDK.Base.License.License ( byte []  data)
inline

Create license from a byte Array

Parameters
data

The documentation for this class was generated from the following file: