Click or drag to resize

UserInfoSIDToAccountName Method

Converts the given SID to the corresponding account name.

Namespace: GSF.Identity
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public static string SIDToAccountName(
	string sid
)
View Source

Parameters

sid  String
The SID for which to look up the account name.

Return Value

String
The account name for the given SID, or the SID if no account name can be found.
Remarks
If the sid cannot be converted to an account name, sid will be the return value.
See Also