Click or drag to resize

ISecurityServiceGetUserData Method

Returns information about the current user.

Namespace: GSF.Web.Embedded
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[WebGetAttribute(UriTemplate = "/getuserdata")]
[OperationContractAttribute]
UserData GetUserData()
View Source

Return Value

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