Show / Hide Table of Contents

Class UserAuthenticatedEventArgs

Inheritance
object
EventArgs
UserAuthenticatedEventArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Authentication
Assembly: DotNetNuke.dll
Syntax
public class UserAuthenticatedEventArgs : EventArgs

Constructors

UserAuthenticatedEventArgs(UserInfo, string, UserLoginStatus, string)

Declaration
public UserAuthenticatedEventArgs(UserInfo user, string token, UserLoginStatus status, string type)
Parameters
Type Name Description
UserInfo user
string token
UserLoginStatus status
string type

Properties

Authenticated

Declaration
public bool Authenticated { get; set; }
Property Value
Type Description
bool

AuthenticationType

Declaration
public string AuthenticationType { get; set; }
Property Value
Type Description
string

AutoRegister

Declaration
public bool AutoRegister { get; set; }
Property Value
Type Description
bool

LoginStatus

Declaration
public UserLoginStatus LoginStatus { get; set; }
Property Value
Type Description
UserLoginStatus

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
string

Profile

Declaration
public NameValueCollection Profile { get; set; }
Property Value
Type Description
NameValueCollection

RememberMe

Declaration
public bool RememberMe { get; set; }
Property Value
Type Description
bool

User

Declaration
public UserInfo User { get; set; }
Property Value
Type Description
UserInfo

UserName

Declaration
public string UserName { get; set; }
Property Value
Type Description
string

UserToken

Declaration
public string UserToken { get; set; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS