RemoteAuthenticationActions Třída

Definice

Představuje seznam ověřovacích akcí, které lze provést pomocí RemoteAuthenticatorViewCore<TAuthenticationState>.

public ref class RemoteAuthenticationActions
public class RemoteAuthenticationActions
type RemoteAuthenticationActions = class
Public Class RemoteAuthenticationActions
Dědičnost
RemoteAuthenticationActions

Konstruktory

RemoteAuthenticationActions()

Pole

LogIn

Akce přihlášení.

LogInCallback

Akce zpětného volání přihlášení.

LogInFailed

Akce přihlášení selhala.

LogOut

Akce odhlášení.

LogOutCallback

Akce zpětného volání odhlásit se.

LogOutFailed

Akce odhlášení selhala.

LogOutSucceeded

Akce odhlášení byla úspěšná.

Profile

Přechod na akci profilu uživatele.

Register

Přechod k registraci akce.

Metody

IsAction(String, String)

Zda daná hodnota candidate představuje dané RemoteAuthenticationActions.

Platí pro