| 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
Syntaxpublic LicenseVerification(
	string AuthorPublicKeyXML
)
Public Sub New ( 
	AuthorPublicKeyXML As String
)
public:
LicenseVerification(
	String^ AuthorPublicKeyXML
)
new : 
        AuthorPublicKeyXML : string -> LicenseVerificationParameters
- AuthorPublicKeyXML
- Type: SystemString
 Public part of your license signing key
 Remarks
RemarksNEVER ADD PRIVATE KEY TO YOUR APPLICATION DEPLOYED TO USERS. ALWAYS USE PUBLIC KEY TO VERIFY LICENSE.
 See Also
See Also