Click or drag to resize
ComputerNameIdentifier Class
SystemIdentifier implementation for a computer name. These identifiers are generated by ComputerNameIdentifierAlgorithm.
Inheritance Hierarchy
SystemObject
  com.softwarekey.Client.LicensingSystemIdentifier
    com.softwarekey.Client.LicensingComputerNameIdentifier

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public class ComputerNameIdentifier : SystemIdentifier

The ComputerNameIdentifier type exposes the following members.

Constructors
  NameDescription
Public methodComputerNameIdentifier
Creates a new ComputerNameIdentifier object.
Public methodComputerNameIdentifier(String)
Creates a new ComputerNameIdentifier object, initialized with the value.
Public methodComputerNameIdentifier(String, String)
Creates a new ComputerNameIdentifier object, initialized with the name and value.
Public methodComputerNameIdentifier(String, String, String)
Creates a new ComputerNameIdentifier object, initialized with the name, value, and hash
Top
Properties
  NameDescription
Public propertyName
Gets or sets the name of the system identifier.
(Inherited from SystemIdentifier.)
Public propertyType
Gets this system identifier's type ("ComputerNameIdentifier").
(Overrides SystemIdentifierType.)
Public propertyValue
Gets or sets the plain-text value of the system identifier.
(Inherited from SystemIdentifier.)
Public propertyValueHash
Gets or sets the SHA-512 hash generated from the Value.
(Inherited from SystemIdentifier.)
Top
Methods
  NameDescription
Public methodEquals
Compares two SystemIdentifier objects to see if they identify a the same component.
(Inherited from SystemIdentifier.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from SystemIdentifier.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToActivationDataString
Generates an XML formatted string of the system identifier, formatted for SOLO Server's XmlActivationService web service.
(Inherited from SystemIdentifier.)
Public methodToString
Generates an XML formatted string of the SystemIdentifier.
(Inherited from SystemIdentifier.)
Public methodToXml
Generates an XmlDocument of the SystemIdentifier.
(Inherited from SystemIdentifier.)
Top
Fields
  NameDescription
Protected fieldStatic memberm_computerNameIdentifierId
The static member for tracking default identifiers generated.
Protected fieldm_name
The unique identifier name
(Inherited from SystemIdentifier.)
Protected fieldm_type
The type of identifier
(Inherited from SystemIdentifier.)
Protected fieldm_value
The identifier value
(Inherited from SystemIdentifier.)
Protected fieldm_valueHash
The hash of the identifier value
(Inherited from SystemIdentifier.)
Top
See Also