LicenseSigningKeyPrivateKeyXML Property |
Returns license signing private key, to save in plain text form. Never use this value in your application source. Save separately.
Namespace: TreeksLicensingLibraryAssembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntaxpublic string PrivateKeyXML { get; }
Public ReadOnly Property PrivateKeyXML As String
Get
public:
property String^ PrivateKeyXML {
String^ get ();
}
member PrivateKeyXML : string with get
Property Value
Type:
StringReturn Value
Type:
String
Remarks
See Also