| ProcessorVendorIdentifier Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: com.softwarekey.Client.Licensing
 Syntax
SyntaxThe ProcessorVendorIdentifier type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ProcessorVendorIdentifier | Creates a new ProcessorVendorIdentifier object. | 
|  | ProcessorVendorIdentifier(String) | Creates a new ProcessorVendorIdentifier object, initialized with the value. | 
|  | ProcessorVendorIdentifier(String, String) | Creates a new ProcessorVendorIdentifier object, initialized with the name and value. | 
|  | ProcessorVendorIdentifier(String, String, String) | Creates a new ProcessorVendorIdentifier object, initialized with the name, value, and hash. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Name | Gets or sets the name of the system identifier.(Inherited from SystemIdentifier.) | 
|  | Type | Gets this system identifier's type ("ProcessorVendorIdentifier").(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.) | 
 Methods
Methods| 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.) | 
 Fields
Fields| 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.) | 
 Remarks
Remarks|  Caution | 
|---|
| The ProcessorVendorIdentifier class is not available in the .NET Standard PLUSManaged assembly. | 
 See Also
See Also