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.286-beta+af3877f0fd6bd9f0ab0bb09de528343468ffe7d4
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