IAuthenticationManager.AuthenticationResponseRevoke Property
Exposes the security.SignOut environment value as a strong type.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
AuthenticationResponseRevoke AuthenticationResponseRevoke { get; set; }
property AuthenticationResponseRevoke^ AuthenticationResponseRevoke {
AuthenticationResponseRevoke^ get();
void set(AuthenticationResponseRevoke^ value);
}
abstract AuthenticationResponseRevoke : AuthenticationResponseRevoke with get, set
Property AuthenticationResponseRevoke As AuthenticationResponseRevoke
Property Value
Type: Microsoft.Owin.Security.AuthenticationResponseRevoke
Returns AuthenticationResponseRevoke.
See Also
IAuthenticationManager Interface
Microsoft.Owin.Security Namespace
Return to top