Click or drag to resize

LicenseVerificationSetPublicKey Method

Allows to set the public key after object initialization without it.

Namespace:  TreeksLicensingLibrary2
Assembly:  TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax
public void SetPublicKey(
	string AuthorPublicKeyXML
)

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