RemoteAuthenticationResult<TRemoteAuthenticationState> Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Reprezentuje wynik operacji uwierzytelniania.
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 zachowywanego stanu podczas operacji uwierzytelniania.
- Dziedziczenie
-
RemoteAuthenticationResult<TRemoteAuthenticationState>
Konstruktory
RemoteAuthenticationResult<TRemoteAuthenticationState>() |
Reprezentuje wynik operacji uwierzytelniania. |
Właściwości
ErrorMessage |
Pobiera lub ustawia komunikat o błędzie operacji uwierzytelniania, która zakończyła się niepowodzeniem. |
State |
Pobiera lub ustawia zachowany stan pomyślnej operacji uwierzytelniania. |
Status |
Pobiera lub ustawia stan operacji uwierzytelniania. Stan może być jednym z następujących elementów RemoteAuthenticationStatus: . |