MicrosoftAccountAuthenticationProvider Class
Default IMicrosoftAccountAuthenticationProvider implementation.
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.MicrosoftAccount.MicrosoftAccountAuthenticationProvider
Namespace: Microsoft.Owin.Security.MicrosoftAccount
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
Syntax
'Declaration
Public Class MicrosoftAccountAuthenticationProvider _
Implements IMicrosoftAccountAuthenticationProvider
'Usage
Dim instance As MicrosoftAccountAuthenticationProvider
public class MicrosoftAccountAuthenticationProvider : IMicrosoftAccountAuthenticationProvider
public ref class MicrosoftAccountAuthenticationProvider : IMicrosoftAccountAuthenticationProvider
type MicrosoftAccountAuthenticationProvider =
class
interface IMicrosoftAccountAuthenticationProvider
end
public class MicrosoftAccountAuthenticationProvider implements IMicrosoftAccountAuthenticationProvider
The MicrosoftAccountAuthenticationProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MicrosoftAccountAuthenticationProvider | Initializes a new MicrosoftAccountAuthenticationProvider |
Top
Properties
Name | Description | |
---|---|---|
OnAuthenticated | Gets or sets the function that is invoked when the Authenticated method is invoked. | |
OnReturnEndpoint | Gets or sets the function that is invoked when the ReturnEndpoint method is invoked. |
Top
Methods
Name | Description | |
---|---|---|
Authenticated | Invoked whenever Microsoft successfully authenticates a user | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ReturnEndpoint | Invoked prior to the ClaimsIdentity being saved in a local cookie and the browser being redirected to the originally requested URL. | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.