Click or drag to resize
AuthenticationRequestEventArgs Class
Authentication request event arguments
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    CMS.MembershipAuthenticationRequestEventArgs

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public class AuthenticationRequestEventArgs : EventArgs

The AuthenticationRequestEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodAuthenticationRequestEventArgs
Top
Properties
  NameDescription
Public propertyRequestedUrl
Url that was requested when the event was raised
Top
See Also