Click or drag to resize
LicenseIDIdentifier Class
SystemIdentifier implementation for identifying/authorizing a system based on License ID. This is typically only used for volume licensing, and these identifiers are generated by LicenseIDIdentifierAlgorithm.
Inheritance Hierarchy

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

The LicenseIDIdentifier type exposes the following members.

Constructors
  NameDescription
Public methodLicenseIDIdentifier
Creates a new LicenseIDIdentifier object.
Public methodLicenseIDIdentifier(Int32)
Creates a new LicenseIDIdentifier object, initialized with the value.
Public methodLicenseIDIdentifier(String, Int32)
Creates a new LicenseIDIdentifier object, initialized with the name and value.
Public methodLicenseIDIdentifier(String, Int32, String)
Creates a new LicenseIDIdentifier 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
Returns this system identifier's type ("LicenseIDIdentifier").
(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 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