Partager via


RemoteAuthenticationContext<TOptions>.Fail Méthode

Définition

Surcharges

Fail(Exception)

Indique que l’authentification a échoué.

Fail(String)

Indique que l’authentification a échoué.

Fail(Exception)

Source:
RemoteAuthenticationContext.cs
Source:
RemoteAuthenticationContext.cs
Source:
RemoteAuthenticationContext.cs

Indique que l’authentification a échoué.

public:
 void Fail(Exception ^ failure);
public void Fail (Exception failure);
member this.Fail : Exception -> unit
Public Sub Fail (failure As Exception)

Paramètres

failure
Exception

Exception associée à l’échec.

S’applique à

Fail(String)

Source:
RemoteAuthenticationContext.cs
Source:
RemoteAuthenticationContext.cs
Source:
RemoteAuthenticationContext.cs

Indique que l’authentification a échoué.

public:
 void Fail(System::String ^ failureMessage);
public void Fail (string failureMessage);
member this.Fail : string -> unit
Public Sub Fail (failureMessage As String)

Paramètres

failureMessage
String

Exception associée à l’échec.

S’applique à