ILicenseDecoderDecode Method

Method used to decode the raw license into json output. Throw exception if the format is not recognized or otherwise invalid.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
string Decode(
	string input
)

Parameters

input  String
Raw input

Return Value

String
Decoded output

See Also