LicenseVerification Constructor (String) |
Initializes license verification class and sets the public key used to verify license authenticity.
Namespace:
TreeksLicensingLibrary2
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public LicenseVerification(
string AuthorPublicKeyXML
)
Public Sub New (
AuthorPublicKeyXML As String
)
public:
LicenseVerification(
String^ AuthorPublicKeyXML
)
new :
AuthorPublicKeyXML : string -> LicenseVerification
Parameters
- AuthorPublicKeyXML
- Type: SystemString
Public part of your license signing key
Remarks NEVER ADD PRIVATE KEY TO YOUR APPLICATION DEPLOYED TO USERS. ALWAYS USE PUBLIC KEY TO VERIFY LICENSE.
See Also