| SystemIdentifier Class |
Namespace: com.softwarekey.Client.Licensing
The SystemIdentifier type exposes the following members.
| Name | Description | |
|---|---|---|
| SystemIdentifier | Creates a new SystemIdentifier object. | |
| SystemIdentifier(String) | Creates a new SystemIdentifier object, initialized with the value. | |
| SystemIdentifier(String, String) | Creates a new SystemIdentifier object, initialized with the name and value. | |
| SystemIdentifier(String, String, String, String) | Creates a new SystemIdentifier object, initialized with the name, value, and hash. |
| Name | Description | |
|---|---|---|
| Name | Gets or sets the name of the system identifier. | |
| Type | Gets the system identifier's type. | |
| Value | Gets or sets the plain-text value of the system identifier. | |
| ValueHash | Gets or sets the SHA-512 hash generated from the Value. |
| Name | Description | |
|---|---|---|
| Equals | Compares two SystemIdentifier objects to see if they identify a the same component. (Overrides ObjectEquals(Object).) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GenerateActivationDataXml | Generates an Activation Data XML document from a specified list of SystemIdentifier objects. | |
| GetHashCode | Serves as a hash function for a particular type. (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToActivationDataString | Generates an XML formatted string of the system identifier, formatted for SOLO Server's XmlActivationService web service. | |
| ToString | Generates an XML formatted string of the SystemIdentifier. (Overrides ObjectToString.) | |
| ToXml | Generates an XmlDocument of the SystemIdentifier. | |
| TryParse | Parses an XML string representation of a System Identifier. |
| Name | Description | |
|---|---|---|
| Equality | Compares two SystemIdentifier objects to see if they identify a the same component. | |
| Inequality | Compares two SystemIdentifier objects to see if they identify a different component. |
| Name | Description | |
|---|---|---|
| m_defaultIdNumber | The static member for tracking default identifiers generated | |
| m_name | The unique identifier name | |
| m_type | The type of identifier | |
| m_value | The identifier value | |
| m_valueHash | The hash of the identifier value |