Click or drag to resize

SecurityHubSIDToAccountName Method

Gets account name for a given SID.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[HubMethodNameAttribute("sidToAccountName")]
public string SIDToAccountName(
	string sid
)
View Source

Parameters

sid  String
SID to convert to a account name.

Return Value

String
Account name for a given SID.
See Also