Click or drag to resize

SecurityServiceGetUserData Method

Returns information about the current user.

Namespace: GSF.Web.Embedded
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public UserData GetUserData()
View Source

Return Value

UserData
An UserData object of the user if user's security context has been initialized, otherwise null.

Implements

ISecurityServiceGetUserData
See Also