LicenseSigningKeyLoadXMLKey Method |
Loads the keypair from string
Namespace: TreeksLicensingLibraryAssembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntaxpublic void LoadXMLKey(
string strXMLKey
)
Public Sub LoadXMLKey (
strXMLKey As String
)
public:
void LoadXMLKey(
String^ strXMLKey
)
member LoadXMLKey :
strXMLKey : string -> unit
Parameters
- strXMLKey
- Type: SystemString
Keypair in XML format
Remarks
See Also