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

'Declaration
Public Property Provider As IMicrosoftAccountAuthenticationProvider 
    Get 
    Set
'Usage
Dim instance As MicrosoftAccountAuthenticationOptions 
Dim value As IMicrosoftAccountAuthenticationProvider 

value = instance.Provider

instance.Provider = value
public IMicrosoftAccountAuthenticationProvider Provider { get; set; }
public:
property IMicrosoftAccountAuthenticationProvider^ Provider {
    IMicrosoftAccountAuthenticationProvider^ get ();
    void set (IMicrosoftAccountAuthenticationProvider^ value);
}
member Provider : IMicrosoftAccountAuthenticationProvider with get, set
function get Provider () : IMicrosoftAccountAuthenticationProvider 
function set Provider (value : IMicrosoftAccountAuthenticationProvider)

Property Value

Type: Microsoft.Owin.Security.MicrosoftAccount.IMicrosoftAccountAuthenticationProvider

See Also

Reference

MicrosoftAccountAuthenticationOptions Class

Microsoft.Owin.Security.MicrosoftAccount Namespace