ProcessorVersionIdentifier Class |
Namespace: com.softwarekey.Client.Licensing
The ProcessorVersionIdentifier type exposes the following members.
Name | Description | |
---|---|---|
ProcessorVersionIdentifier | Creates a new ProcessorVersionIdentifier object. | |
ProcessorVersionIdentifier(String) | Creates a new ProcessorVersionIdentifier object, initialized with the value. | |
ProcessorVersionIdentifier(String, String) | Creates a new ProcessorVersionIdentifier object, initialized with the name and value. | |
ProcessorVersionIdentifier(String, String, String) | Creates a new ProcessorVersionIdentifier object, initialized with the name, value, and hash. |
Name | Description | |
---|---|---|
Name | Gets or sets the name of the system identifier. (Inherited from SystemIdentifier.) | |
Type | Gets this system identifier's type ("ProcessorVersionIdentifier"). (Overrides SystemIdentifierType.) | |
Value | Gets or sets the plain-text value of the system identifier. (Inherited from SystemIdentifier.) | |
ValueHash | Gets or sets the SHA-512 hash generated from the Value. (Inherited from SystemIdentifier.) |
Name | Description | |
---|---|---|
Equals | Compares two SystemIdentifier objects to see if they identify a the same component. (Inherited from SystemIdentifier.) | |
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.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from SystemIdentifier.) | |
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. (Inherited from SystemIdentifier.) | |
ToString | Generates an XML formatted string of the SystemIdentifier. (Inherited from SystemIdentifier.) | |
ToXml | Generates an XmlDocument of the SystemIdentifier. (Inherited from SystemIdentifier.) |
Name | Description | |
---|---|---|
m_name | The unique identifier name (Inherited from SystemIdentifier.) | |
m_type | The type of identifier (Inherited from SystemIdentifier.) | |
m_value | The identifier value (Inherited from SystemIdentifier.) | |
m_valueHash | The hash of the identifier value (Inherited from SystemIdentifier.) |
Caution |
---|
The ProcessorVersionIdentifier class is not available in the .NET Standard PLUSManaged assembly. |