The license key text encoding format

Namespace: SimpleMode.SecureLicenseManager
Assembly: SimpleMode.SecureLicenseManager (in SimpleMode.SecureLicenseManager.dll) Version: 1.5.5120.0 (1.5.5120.0)

Syntax

C#
public LicenseEncodingFormat EncodingFormat { get; set; }
Visual Basic
Public Property EncodingFormat As LicenseEncodingFormat
	Get
	Set
Visual C++
public:
property LicenseEncodingFormat EncodingFormat {
	LicenseEncodingFormat get ();
	void set (LicenseEncodingFormat value);
}

See Also