LicenseManagerDecodeLicenseFile Method

Read license information from encrypted data

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Read license information from encrypted data")]
public LicenseInformationEx DecodeLicenseFile(
	byte[] fileBytes
)

Parameters

fileBytes  Byte

Return Value

LicenseInformationEx

See Also