Share via


MicrosoftAccountApplyRedirectContext.Properties Property

 

Gets the authenticaiton properties of the challenge

Namespace:   Microsoft.Owin.Security.MicrosoftAccount
Assembly:  Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)

Syntax

public AuthenticationProperties Properties { get; private set; }
public:
property AuthenticationProperties^ Properties {
    AuthenticationProperties^ get();
    private: void set(AuthenticationProperties^ value);
}
member Properties : AuthenticationProperties with get, private set
Public Property Properties As AuthenticationProperties
    Get
    Private Set
End Property

Property Value

Type: Microsoft.Owin.Security.AuthenticationProperties

Returns AuthenticationProperties.

See Also

MicrosoftAccountApplyRedirectContext Class
Microsoft.Owin.Security.MicrosoftAccount Namespace

Return to top