AuthenticationHelperAuthenticateUserAD Method |
Authenticates user against the database.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax 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:
UserInfoSee Also