RemoteAuthenticationResult<TRemoteAuthenticationState> Třída

Definice

Představuje výsledek operace ověřování.

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)

Parametry typu

TRemoteAuthenticationState

Typ zachovaného stavu během operace ověřování.

Dědičnost
RemoteAuthenticationResult<TRemoteAuthenticationState>

Konstruktory

RemoteAuthenticationResult<TRemoteAuthenticationState>()

Představuje výsledek operace ověřování.

Vlastnosti

ErrorMessage

Získá nebo nastaví chybovou zprávu neúspěšné operace ověřování.

State

Získá nebo nastaví stav zachování úspěšné operace ověřování.

Status

Získá nebo nastaví stav operace ověřování. Stav může být jeden z .RemoteAuthenticationStatus

Platí pro