Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a property bag for common authentication properties
Namespace:   Microsoft.Owin.Security.MicrosoftAccount
Assembly:  Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
Syntax
public AuthenticationProperties Properties { get; set; }
public:
property AuthenticationProperties^ Properties {
    AuthenticationProperties^ get();
    void set(AuthenticationProperties^ value);
}
member Properties : AuthenticationProperties with get, set
Public Property Properties As AuthenticationProperties
Property Value
Type: Microsoft.Owin.Security.AuthenticationProperties
Returns AuthenticationProperties.
See Also
MicrosoftAccountAuthenticatedContext Class
Microsoft.Owin.Security.MicrosoftAccount Namespace
Return to top