RemoteAuthenticationActions Class
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.
Represents the list of authentication actions that can be performed by the RemoteAuthenticatorViewCore<TAuthenticationState>.
public ref class RemoteAuthenticationActions
public class RemoteAuthenticationActions
type RemoteAuthenticationActions = class
Public Class RemoteAuthenticationActions
- Inheritance
-
RemoteAuthenticationActions
Constructors
RemoteAuthenticationActions() |
Fields
LogIn |
The log in action. |
LogInCallback |
The log in callback action. |
LogInFailed |
The log in failed action. |
LogOut |
The log out action. |
LogOutCallback |
The log out callback action. |
LogOutFailed |
The log out failed action. |
LogOutSucceeded |
The log out succeeded action. |
Profile |
The navigate to user profile action. |
Register |
The navigate to register action. |
Methods
IsAction(String, String) |
Whether or not a given |