|
SecurityHubSIDToAccountName Method
|
Gets account name for a given SID.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.205-beta
Syntax [HubMethodNameAttribute("sidToAccountName")]
public string SIDToAccountName(
string sid
)
<HubMethodNameAttribute("sidToAccountName")>
Public Function SIDToAccountName (
sid As String
) As String
public:
[HubMethodNameAttribute(L"sidToAccountName")]
String^ SIDToAccountName(
String^ sid
)
[<HubMethodNameAttribute("sidToAccountName")>]
member SIDToAccountName :
sid : string -> string
function SIDToAccountName(sid);
View SourceParameters
- sid String
- SID to convert to a account name.
Return Value
StringAccount name for a given SID.
See Also