MicrosoftAccountAuthenticationExtensions Class
Extension methods for using MicrosoftAccountAuthenticationMiddleware
Inheritance Hierarchy
System.Object
Owin.MicrosoftAccountAuthenticationExtensions
Namespace: Owin
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class MicrosoftAccountAuthenticationExtensions
'Usage
public static class MicrosoftAccountAuthenticationExtensions
[ExtensionAttribute]
public ref class MicrosoftAccountAuthenticationExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MicrosoftAccountAuthenticationExtensions = class end
public final class MicrosoftAccountAuthenticationExtensions
Methods
Name | Description | |
---|---|---|
![]() ![]() |
UseMicrosoftAccountAuthentication(IAppBuilder, MicrosoftAccountAuthenticationOptions) | Authenticate users using Microsoft Account |
![]() ![]() |
UseMicrosoftAccountAuthentication(IAppBuilder, String, String) | Authenticate users using Microsoft Account |
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.