AuthenticateResult Class

 

Acts as the return value from calls to the IAuthenticationManager's AuthenticeAsync methods.

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

System::Object
  Microsoft.Owin.Security::AuthenticateResult

public ref class AuthenticateResult 

NameDescription
System_CAPS_pubpropertyDescription

Contains description properties for the middleware authentication type in general. Does not vary per request.

System_CAPS_pubpropertyIdentity

Contains the claims that were authenticated by the given AuthenticationType. If the authentication type was not successful the Identity property will be null.

System_CAPS_pubpropertyProperties

Contains extra values that were provided with the original SignIn call.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: