UserNameIdentifier Class |
Namespace: com.softwarekey.Client.Licensing
The UserNameIdentifier type exposes the following members.
Name | Description | |
---|---|---|
UserNameIdentifier | Creates a new UserNameIdentifier object. | |
UserNameIdentifier(String) | Creates a new UserNameIdentifier object, initialized with the value. | |
UserNameIdentifier(String, String) | Creates a new UserNameIdentifier object, initialized with the name and value. | |
UserNameIdentifier(String, String, String) | Creates a new UserNameIdentifier object, initialized with the name and value. |
Name | Description | |
---|---|---|
Name | Gets or sets the name of the system identifier. (Inherited from SystemIdentifier.) | |
Type | Gets this system identifier's type ("UserNameIdentifier"). (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_userNameIdentifierId | The static member for tracking default identifiers generated. | |
m_value | The identifier value (Inherited from SystemIdentifier.) | |
m_valueHash | The hash of the identifier value (Inherited from SystemIdentifier.) |