RemoteAuthenticationResult<TRemoteAuthenticationState> Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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 |