LicenseVerification Constructor (String) |
Initializes verification class with public key
Namespace: TreeksLicensingLibraryAssembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntax public LicenseVerification(
string AuthorPublicKeyXML
)
Public Sub New (
AuthorPublicKeyXML As String
)
public:
LicenseVerification(
String^ AuthorPublicKeyXML
)
new :
AuthorPublicKeyXML : string -> LicenseVerification
Parameters
- AuthorPublicKeyXML
- Type: SystemString
Your application public key
Remarks See Also