LicenseSigningKey Class |
Namespace: TreeksLicensingLibrary
The LicenseSigningKey type exposes the following members.
Name | Description | |
---|---|---|
![]() | LicenseSigningKey | Initializes a new instance of the LicenseSigningKey class |
Name | Description | |
---|---|---|
![]() | Create |
Generates new random keypair
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | LoadFile |
Loads previously saved keypair from file system.
|
![]() | LoadXMLKey |
Loads the keypair from string
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SaveFile |
Saves keypair in byte form to file
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | PrivateKeyBytes |
Returns private key in byte form. Never use this value in your application source. Save separately.
|
![]() | PrivateKeyHash |
Return SHA1 hash of private key
|
![]() | PrivateKeyXML |
Returns license signing private key, to save in plain text form. Never use this value in your application source. Save separately.
|
![]() | Provider |
.NET Encryption provider. No need to set/access by developer.
|
![]() | PublicKeyHash |
Returns SHA1 hash of public key
|
![]() | PublicKeyXML |
Returns license signing public key. Only this should be included in your application.
|