AuthenticationResponseChallenge Class

 

Exposes the security.Challenge environment value as a strong type.

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

System::Object
  Microsoft.Owin.Security::AuthenticationResponseChallenge

public ref class AuthenticationResponseChallenge 

NameDescription
System_CAPS_pubmethodAuthenticationResponseChallenge(array<String^>^, AuthenticationProperties^)

Initializes a new instance of the AuthenticationResponseChallenge class

NameDescription
System_CAPS_pubpropertyAuthenticationTypes

List of the authentication types that should send a challenge in the response.

System_CAPS_pubpropertyProperties

Dictionary used to store state values about the authentication session.

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: