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.181-beta
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