Aspose::BarCode::LicenseCore class
Contents
[
Hide
]LicenseCore class
Class with reads and implements the license
class LicenseCore : public System::Object
Methods
| Method | Description |
|---|---|
| EncodeSignature(System::SharedPtr<System::Object>) | Encodes data to signature |
| static GetFileNameInFolderOfAssembly(System::String, System::SharedPtr<System::Reflection::Assembly>) | Tries to find filename in assebly folder |
| LicenseCore() | Initializes a new instance of the LicenseCore class. |
| static RemoveMeteredLicense() | |
| ResetLicense() | Method resets license state for the internal use and tests |
| SetLicense(System::String, System::SharedPtr<System::Reflection::Assembly>, System::SharedPtr<Common::Generic::Types::Tup<LicenseErrors, System::DateTime, System::DateTime>>) | Searches license, loads and tries to implement. The result of the implementation is set to errorCode |
| SetLicense(System::SharedPtr<System::IO::Stream>, System::SharedPtr<Common::Generic::Types::Tup<LicenseErrors, System::DateTime, System::DateTime>>) | Tries to implement the license. The result of the implementation is set to errorCode |
| static SetMeteredLicense(bool, System::String) |
See Also
- Namespace Aspose::BarCode
- Library Aspose.BarCode for C++