AuthenticationResponseRevoke Class

 

Exposes the security.SignOut and security.SignOutProperties environment values as a strong type.

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

System::Object
  Microsoft.Owin.Security::AuthenticationResponseRevoke

public ref class AuthenticationResponseRevoke 

NameDescription
System_CAPS_pubmethodAuthenticationResponseRevoke(array<String^>^)

Initializes a new instance of the AuthenticationResponseRevoke class

System_CAPS_pubmethodAuthenticationResponseRevoke(array<String^>^, AuthenticationProperties^)

Initializes a new instance of the AuthenticationResponseRevoke class

NameDescription
System_CAPS_pubpropertyAuthenticationTypes

List of the authentication types that should be revoked on sign out.

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: