Show / Hide Table of Contents

Class HardwareIdUtils

Implements the hardware id creation.

Inheritance
System.Object
HardwareIdUtils
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Licensing.Revenera
Assembly: Sartorius.SAF.Licensing.Revenera.dll
Syntax
public static class HardwareIdUtils

Methods

View Source

GetHardwareId()

Gets the hardware identifier.

Declaration
public static string GetHardwareId()
Returns
Type Description
System.String

Returns a unique hardware id

Exceptions
Type Condition
HardwareIdNotFoundException
View Source

GetHardwareId(String)

Gets the hardware identifier.

Declaration
public static string GetHardwareId(string version)
Parameters
Type Name Description
System.String version

A version of the implementation.

Returns
Type Description
System.String

The the hardware identifier.

View Source

GetHardwareIdV2()

Declaration
public static string GetHardwareIdV2()
Returns
Type Description
System.String
  • View Source
Back to top Generated by DocFX