ApplicationSignInManager Class
From Blog
A Sandcastle Documented MVC project - Blog
| ApplicationSignInManager Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Blog.ApplicationSignInManager"]
Namespace: Blog
Assembly: Blog (in Blog.dll) Version: 1.0.0.0 (1.0.0.0)
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.
| Name | Description | |
|---|---|---|
| ApplicationSignInManager | Initializes a new instance of the ApplicationSignInManager class |
| Name | Description | |
|---|---|---|
| AuthenticationManager | (Inherited from SignInManagerApplicationUser, String.) | |
| AuthenticationType | (Inherited from SignInManagerApplicationUser, String.) | |
| UserManager | (Inherited from SignInManagerApplicationUser, String.) |
| Name | Description | |
|---|---|---|
| ConvertIdFromString | (Inherited from SignInManagerApplicationUser, String.) | |
| ConvertIdToString | (Inherited from SignInManagerApplicationUser, String.) | |
| Create | ||
| CreateUserIdentityAsync | (Overrides SignInManager.CreateUserIdentityAsync(UTP).) | |
| Dispose | (Inherited from SignInManagerApplicationUser, String.) | |
| Dispose(Boolean) | (Inherited from SignInManagerApplicationUser, String.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| ExternalSignInAsync | (Inherited from SignInManagerApplicationUser, String.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetVerifiedUserIdAsync | (Inherited from SignInManagerApplicationUser, String.) | |
| HasBeenVerifiedAsync | (Inherited from SignInManagerApplicationUser, String.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PasswordSignInAsync | (Inherited from SignInManagerApplicationUser, String.) | |
| SendTwoFactorCodeAsync | (Inherited from SignInManagerApplicationUser, String.) | |
| SignInAsync | (Inherited from SignInManagerApplicationUser, String.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TwoFactorSignInAsync | (Inherited from SignInManagerApplicationUser, String.) |
[Missing <remarks> documentation for "T:Blog.ApplicationSignInManager"]