WSFederationAuthenticationModule.SignInError Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when an error during sign-in occurs.
public:
event EventHandler<System::IdentityModel::Services::ErrorEventArgs ^> ^ SignInError;
public event EventHandler<System.IdentityModel.Services.ErrorEventArgs> SignInError;
member this.SignInError : EventHandler<System.IdentityModel.Services.ErrorEventArgs>
Public Custom Event SignInError As EventHandler(Of ErrorEventArgs)
Public Event SignInError As EventHandler(Of ErrorEventArgs)
Event Type
Remarks
If the request is posted to the login page, a control on the page will raise this event, not this module.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.