Click or drag to resize
AuthenticationHelperAuthenticateUserAD Method
Authenticates user against the database.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static UserInfo AuthenticateUserAD(
	string username,
	string password,
	string siteName
)

Parameters

username
Type: SystemString
User name to authenticate
password
Type: SystemString
Password to authenticate
siteName
Type: SystemString
Site name

Return Value

Type: UserInfo
See Also