Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AuthenticateResult Constructor (IIdentity^, AuthenticationProperties^, AuthenticationDescription^)

 

Create an instance of the result object.

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

public:
AuthenticateResult(
	IIdentity^ identity,
	AuthenticationProperties^ properties,
	AuthenticationDescription^ description
)

Parameters

identity
Type: System.Security.Principal::IIdentity^

Assigned to Identity. May be null.

properties
Type: Microsoft.Owin.Security::AuthenticationProperties^

Assigned to Properties. Contains extra information carried along with the identity.

description
Type: Microsoft.Owin.Security::AuthenticationDescription^

Assigned to Description. Contains information describing the authentication provider.

Return to top
Show: