MicrosoftAccountAuthenticationOptions.Provider Property
Gets or sets the IMicrosoftAccountAuthenticationProvider used to handle authentication events.
Namespace: Microsoft.Owin.Security.MicrosoftAccount
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
Syntax
public IMicrosoftAccountAuthenticationProvider Provider { get; set; }
public:
property IMicrosoftAccountAuthenticationProvider^ Provider {
IMicrosoftAccountAuthenticationProvider^ get();
void set(IMicrosoftAccountAuthenticationProvider^ value);
}
member Provider : IMicrosoftAccountAuthenticationProvider with get, set
Public Property Provider As IMicrosoftAccountAuthenticationProvider
Property Value
Type: Microsoft.Owin.Security.MicrosoftAccount.IMicrosoftAccountAuthenticationProvider
Returns IMicrosoftAccountAuthenticationProvider.
See Also
MicrosoftAccountAuthenticationOptions Class
Microsoft.Owin.Security.MicrosoftAccount Namespace
Return to top