Click or drag to resize

SecurityServiceAuthenticate Method

Authenticates a user and caches the security context upon successful authentication for subsequent use.

Namespace: GSF.Web.Embedded
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public UserData Authenticate(
	string username,
	string password
)
View Source

Parameters

username  String
Username of the user.
password  String
Password of the user.

Return Value

UserData
An UserData object of the user.

Implements

ISecurityServiceAuthenticate(String, String)
See Also