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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.