C# Класс NetSeal_Helper.NetSeal.LicenseManager.LicenseManagerBase

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Защищенные методы

Метод Описание
DecryptLicense ( byte data, byte derivation ) : byte[]
EncryptLicense ( byte data, byte derivation ) : byte[]
GetDerivationFr2_0 ( string netsealId ) : byte[]
GetDerivationFr4_5 ( string netsealId ) : byte[]

Описание методов

DecryptLicense() защищенный Метод

protected DecryptLicense ( byte data, byte derivation ) : byte[]
data byte
derivation byte
Результат byte[]

EncryptLicense() защищенный Метод

protected EncryptLicense ( byte data, byte derivation ) : byte[]
data byte
derivation byte
Результат byte[]

GetDerivationFr2_0() защищенный Метод

protected GetDerivationFr2_0 ( string netsealId ) : byte[]
netsealId string
Результат byte[]

GetDerivationFr4_5() защищенный Метод

protected GetDerivationFr4_5 ( string netsealId ) : byte[]
netsealId string
Результат byte[]