Click or drag to resize
HardDiskVolumeSerialIdentifierAlgorithmGetIdentifier Method
Generates a HardDiskVolumeSerialIdentifier for a specified drive letter.

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public SystemIdentifier GetIdentifier(
	string drive
)

Parameters

drive
Type: SystemString
The drive letter to for which a HardDiskVolumeSerialIdentifier will be generated.

Return Value

Type: SystemIdentifier
Returns the generated HardDiskVolumeSerialIdentifier object.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe specified drive may not be null.
ArgumentException The first letter of the specified drive is not a letter from 'a' to 'z' (not case sensitive), or the specified drive does not refer to a valid drive.
See Also