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.
Contains extra values that were provided with the original SignIn call.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.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
AuthenticateResult Class
Microsoft.Owin.Security Namespace
Return to top