Share via


WSFederationAuthenticationModule.SignInError Evento

Definição

Acionado quando ocorre um erro durante a conexão.

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) 

Tipo de evento

Comentários

Se a solicitação for postada na página de logon, um controle na página gerará esse evento, não este módulo.

Aplica-se a