LicenseSigningKeyPrivateKeyBytes Property |
Returns private key in byte form. Never use this value in your application source. Save separately.
Namespace: TreeksLicensingLibraryAssembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntaxpublic byte[] PrivateKeyBytes { get; }
Public ReadOnly Property PrivateKeyBytes As Byte()
Get
public:
property array<unsigned char>^ PrivateKeyBytes {
array<unsigned char>^ get ();
}
member PrivateKeyBytes : byte[] with get
Property Value
Type:
ByteReturn Value
Type:
Byte
Remarks
See Also