HardDiskVolumeSerialIdentifierAlgorithm Class |
Namespace: com.softwarekey.Client.Licensing
The HardDiskVolumeSerialIdentifierAlgorithm type exposes the following members.
Name | Description | |
---|---|---|
![]() | HardDiskVolumeSerialIdentifierAlgorithm | Creates a new HardDiskVolumeSerialIdentifierAlgorithm object. |
![]() | HardDiskVolumeSerialIdentifierAlgorithm(HardDiskVolumeSerialFilterType) | Creates a new HardDiskVolumeSerialIdentifierAlgorithm object, initialized with a specified HardDiskVolumeSerialFilterType. |
Name | Description | |
---|---|---|
![]() | Filter | Gets or sets the Filter type used when generating the identifiers in the GetIdentifiers method. |
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.) |
![]() | GetIdentifier | Generates a HardDiskVolumeSerialIdentifier for a specified drive letter. |
![]() | GetIdentifiers | Generates a generic list of HardDiskVolumeSerialIdentifier objects. (Overrides SystemIdentifierAlgorithmGetIdentifiers.) |
![]() | GetIdentifiers(String) | Generates a generic list of HardDiskVolumeSerialIdentifier objects. (No additional filtering is applied to specified drives.) |
![]() | GetIdentifiers(HardDiskVolumeSerialFilterType) | Generates a generic list of HardDiskVolumeSerialIdentifier objects with the specified filter. This overrides the value in the Filter property (but does not change this property's value). |
![]() | 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.) |
![]() |
---|
This algorithm is presently only supported on Windows, macOS, and Linux. Any attempt to use it on other platforms will cause a PlatformNotSupportedException to be thrown. |