C# 클래스 NetSeal_Helper.NetSeal.LicenseManager.LicenseManagerBase

파일 보기 프로젝트 열기: Alcatraz3222/NetSeal-Helper

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[]