Click or drag to resize
MembershipModuleAuthenticate_Execute Method
Handles BannedIPs checking.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
protected void Authenticate_Execute(
	Object sender,
	AuthenticationEventArgs e
)

Parameters

sender
Type: SystemObject
Sender
e
Type: CMS.MembershipAuthenticationEventArgs
Authentication event arguments
See Also