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.
Create an instance of the result object.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public AuthenticateResult(
IIdentity identity,
AuthenticationProperties properties,
AuthenticationDescription description
)
public:
AuthenticateResult(
IIdentity^ identity,
AuthenticationProperties^ properties,
AuthenticationDescription^ description
)
new :
identity:IIdentity *
properties:AuthenticationProperties *
description:AuthenticationDescription -> AuthenticateResult
Public Sub New (
identity As IIdentity,
properties As AuthenticationProperties,
description As AuthenticationDescription
)
Parameters
identity
Type: System.Security.Principal.IIdentityAssigned to Identity. May be null.
properties
Type: Microsoft.Owin.Security.AuthenticationPropertiesAssigned to Properties. Contains extra information carried along with the identity.
description
Type: Microsoft.Owin.Security.AuthenticationDescriptionAssigned to Description. Contains information describing the authentication provider.
See Also
AuthenticateResult Class
Microsoft.Owin.Security Namespace
Return to top