Click or drag to resize

SecurityHubQueryUserAccountByName Method

Finds the specified user account record by SID or database account name.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public UserAccount QueryUserAccountByName(
	string accountName
)
View Source

Parameters

accountName  String
SID or database account name of requested user.

Return Value

UserAccount
Specified user account record.
See Also