Click or drag to resize
NetworkNameIdentifier Class
SystemIdentifier implementation for a network path. These identifiers are generated by NetworkNameIdentifierAlgorithm.
Inheritance Hierarchy
SystemObject
  com.softwarekey.Client.LicensingSystemIdentifier
    com.softwarekey.Client.LicensingNetworkNameIdentifier

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

The NetworkNameIdentifier type exposes the following members.

Constructors
  NameDescription
Public methodNetworkNameIdentifier
Creates a new NetworkNameIdentifier object.
Public methodNetworkNameIdentifier(String)
Creates a new NetworkNameIdentifier object, initialized with the value
Public methodNetworkNameIdentifier(String, String)
Creates a new NetworkNameIdentifier object, initialized with the name and value
Public methodNetworkNameIdentifier(String, String, String)
Creates a new NetworkNameIdentifier 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 the system identifier's type (NetworkNameIdentifier).
(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 fieldStatic memberm_netNameIdentifierId
The static member for tracking default identifiers generated
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
Remarks
Caution note Caution

The NetworkNameIdentifier class is not available in the .NET Standard PLUSManaged assembly.

See Also