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
Public methodStatic member UseMicrosoftAccountAuthentication(IAppBuilder, MicrosoftAccountAuthenticationOptions) Authenticate users using Microsoft Account
Public methodStatic member 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.

See Also

Reference

Owin Namespace