Gets the machine's Security Identifier (SID).


Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function GetMachineSid() As String
C#
public static string GetMachineSid()
C++
public:
static String GetMachineSid()
J#
public static string GetMachineSid()
JScript
public static function GetMachineSid() : String

See Also