LicenseManagerDecodeLicenseFileAndConvertDateTimes Method

Read license information from encrypted data and convert datetimes to user's timezone

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 and convert date time")]
public LicenseInformationEx DecodeLicenseFileAndConvertDateTimes(
	byte[] fileBytes
)

Parameters

fileBytes  Byte

Return Value

LicenseInformationEx

See Also