Click or drag to resize

LicenseSigningKeyPrivateKeyHash Property

Returns hash of private key

Namespace:  TreeksLicensingLibrary2
Assembly:  TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax
public Object this[
	string HashAlgorithm = "sha256"
] { get; }

Parameters

HashAlgorithm (Optional)
Type: SystemString
Optional hash algorithm. By default SHA256 is used.

Property Value

Type: Object
String hash of private key

Return Value

Type: Object
String hash of private key
Remarks