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.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
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