LicenseManagerBaseT Constructor (ILicenseDecoder) |
Construct with defined decoder.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic LicenseManagerBase(
ILicenseDecoder decoder
)
Public Sub New (
decoder As ILicenseDecoder
)
public:
LicenseManagerBase(
ILicenseDecoder^ decoder
)
Parameters
- decoder
- Type: MFiles.VAF.ConfigurationILicenseDecoder
Decoder to use.
See Also