Share via


WSFederationAuthenticationModule.SignInError イベント

定義

サインイン中にエラーが発生したときに発生します。

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) 

イベントの種類

注釈

要求がログイン ページに投稿されると、ページ上のコントロールによってこのモジュールではなく、このイベントが発生します。

適用対象