Loads a License File from a
String in memory.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic virtual bool Load(
string data
)
Public Overridable Function Load (
data As String
) As Boolean
public:
virtual bool Load(
String^ data
)
Parameters
- data
- Type: SystemString
The License File data.
Return Value
Type:
BooleanReturns true if successful. If it is not successful, check the
LastError property for details.
See Also