AuthenticateByLogonParameters(Object)
|
Authenticates a user based on the specified logon parameters.
|
CreateUserPrincipal(ISecurityUser, IEnumerable<Claim>)
|
Creates a ClaimsPrincipal object for the specified user.
|
CreateUserPrincipal(String)
|
Creates a ClaimsPrincipal object based on a user’s authentication token.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
SignIn(ISecurityUser)
|
Signs in the specified user.
|
SignInByLogonParameters(Object)
|
Signs in a user based on the specified user logon parameters.
|
SignInByPassword(String, String)
|
Signs in a user based on the specified user name and password.
|
SignInByPrincipal(ClaimsPrincipal)
|
Signs in a user based on the specified claims principal.
|
ToString()
|
Returns a string that represents the current object.
|