ApplicationSignInManager Class

Blog

ApplicationSignInManager Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Blog.ApplicationSignInManager"]

Inheritance Hierarchy
SystemObject  SignInManagerApplicationUser, String
    BlogApplicationSignInManager

Namespace:  Blog
Assembly:  Blog (in Blog.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ApplicationSignInManager : SignInManager<ApplicationUser, string>
Blog.ApplicationSignInManager = function();

Type.createClass(
	'Blog.ApplicationSignInManager',
	Microsoft.AspNet.Identity.Owin.SignInManager`2);

The ApplicationSignInManager type exposes the following members.

Constructors
  NameDescription
Public methodApplicationSignInManager
Initializes a new instance of the ApplicationSignInManager class
Top
Properties
  NameDescription
Public propertyAuthenticationManager (Inherited from SignInManagerApplicationUser, String.)
Public propertyAuthenticationType (Inherited from SignInManagerApplicationUser, String.)
Public propertyUserManager (Inherited from SignInManagerApplicationUser, String.)
Top
Methods
  NameDescription
Public methodConvertIdFromString (Inherited from SignInManagerApplicationUser, String.)
Public methodConvertIdToString (Inherited from SignInManagerApplicationUser, String.)
Public methodStatic memberCreate
Public methodCreateUserIdentityAsync (Overrides SignInManager.CreateUserIdentityAsync(UTP).)
Public methodDispose (Inherited from SignInManagerApplicationUser, String.)
Protected methodDispose(Boolean) (Inherited from SignInManagerApplicationUser, String.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExternalSignInAsync (Inherited from SignInManagerApplicationUser, String.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVerifiedUserIdAsync (Inherited from SignInManagerApplicationUser, String.)
Public methodHasBeenVerifiedAsync (Inherited from SignInManagerApplicationUser, String.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPasswordSignInAsync (Inherited from SignInManagerApplicationUser, String.)
Public methodSendTwoFactorCodeAsync (Inherited from SignInManagerApplicationUser, String.)
Public methodSignInAsync (Inherited from SignInManagerApplicationUser, String.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTwoFactorSignInAsync (Inherited from SignInManagerApplicationUser, String.)
Top
Remarks

[Missing <remarks> documentation for "T:Blog.ApplicationSignInManager"]

See Also