Namespace: Microsoft.IdentityModel.Web
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As WSFederationAuthenticationModule
Dim handler As EventHandler(Of AuthorizationFailedEventArgs)

AddHandler instance.AuthorizationFailed, handler

Syntax

Visual Basic
Public Event AuthorizationFailed As EventHandler(Of AuthorizationFailedEventArgs)
C#
public event EventHandler<AuthorizationFailedEventArgs> AuthorizationFailed
C++
public:
event EventHandler<AuthorizationFailedEventArgs^>^ AuthorizationFailed {
		void add (EventHandler<AuthorizationFailedEventArgs^>^ value);
		void remove (EventHandler<AuthorizationFailedEventArgs^>^ value);
}
J#
/** @event */
public void add_AuthorizationFailed (EventHandler<AuthorizationFailedEventArgs> value)

/** @event */
public void remove_AuthorizationFailed (EventHandler<AuthorizationFailedEventArgs> value)
JScript

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also