Click or drag to resize

SecurityHubNewUserAccount Method

Creates a new user account model instance.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[RecordOperationAttribute(typeof(UserAccount), RecordOperation.CreateNewRecord)]
[AuthorizeHubRoleAttribute("Administrator")]
public UserAccount NewUserAccount()
View Source

Return Value

UserAccount
A new user account model instance.
See Also