M-Files Vault Application Framework
C#
Show/Hide TOC
License
Decoder
Decode Method
Decode the input into 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#
Copy
public
string
Decode
(
string
input
)
Parameters
input
String
Input
Return Value
String
output
Implements
ILicenseDecoder
Decode(String)
See Also
Reference
LicenseDecoder Class
MFiles.VAF.Configuration Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also