|
SecurityHubSIDToAccountName Method
|
Gets account name for a given SID.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.282-beta
Syntaxfunction SIDToAccountName(sid);
View SourceParameters
- sid String
- SID to convert to a account name.
Return Value
StringAccount name for a given SID.
See Also