LicenseVerificationSetPublicKey Method |
Allows to set the public key after object initialization without it.
Namespace: TreeksLicensingLibraryAssembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntax public void SetPublicKey(
string AuthorPublicKeyXML
)
Public Sub SetPublicKey (
AuthorPublicKeyXML As String
)
public:
void SetPublicKey(
String^ AuthorPublicKeyXML
)
member SetPublicKey :
AuthorPublicKeyXML : string -> unit
Parameters
- AuthorPublicKeyXML
- Type: SystemString
[Missing <param name="AuthorPublicKeyXML"/> documentation for "M:TreeksLicensingLibrary.LicenseVerification.SetPublicKey(System.String)"]
Remarks See Also