| MacSerialNumberIdentifierAlgorithm Class |
Namespace: com.softwarekey.Client.Licensing
The MacSerialNumberIdentifierAlgorithm type exposes the following members.
| Name | Description | |
|---|---|---|
| MacSerialNumberIdentifierAlgorithm |
Creates a new MacSerialNumberIdentifierAlgorithm object.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| 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 Object.) | |
| GetIdentifiers |
Generates a generic list of MacSerialNumberIdentifier objects based on the Mac's hardware serial number.
(Overrides SystemIdentifierAlgorithmGetIdentifiers.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| m_algorithmId | Static member for tracking default identifiers generated (Inherited from SystemIdentifierAlgorithm.) | |
| thisAlgorithmId |
The name of this algorithm used for identification and logging.
|
The MacSerialNumberIdentifierAlgorithm retrieves the Mac's hardware serial number.
This identifier is only available on macOS systems. Attempting to use this identifier on Windows, Linux, or other platforms will result in a PlatformNotSupportedException being thrown. |