RemoteAuthenticationResult<TRemoteAuthenticationState> Class

Definition

Represents the result of an authentication operation.

generic <typename TRemoteAuthenticationState>
 where TRemoteAuthenticationState : RemoteAuthenticationStatepublic ref class RemoteAuthenticationResult
public class RemoteAuthenticationResult<TRemoteAuthenticationState> where TRemoteAuthenticationState : RemoteAuthenticationState
type RemoteAuthenticationResult<'RemoteAuthenticationState (requires 'RemoteAuthenticationState :> RemoteAuthenticationState)> = class
Public Class RemoteAuthenticationResult(Of TRemoteAuthenticationState)

Type Parameters

TRemoteAuthenticationState

The type of the preserved state during the authentication operation.

Inheritance
RemoteAuthenticationResult<TRemoteAuthenticationState>

Constructors

RemoteAuthenticationResult<TRemoteAuthenticationState>()

Properties

ErrorMessage

Gets or sets the error message of a failed authentication operation.

State

Gets or sets the preserved state of a successful authentication operation.

Status

Gets or sets the status of the authentication operation. The status can be one of RemoteAuthenticationStatus.

Applies to