RemoteAuthenticationContext<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 kontekst podczas operacji uwierzytelniania.
generic <typename TRemoteAuthenticationState>
where TRemoteAuthenticationState : RemoteAuthenticationStatepublic ref class RemoteAuthenticationContext
public class RemoteAuthenticationContext<TRemoteAuthenticationState> where TRemoteAuthenticationState : RemoteAuthenticationState
type RemoteAuthenticationContext<'RemoteAuthenticationState (requires 'RemoteAuthenticationState :> RemoteAuthenticationState)> = class
Public Class RemoteAuthenticationContext(Of TRemoteAuthenticationState)
Parametry typu
- TRemoteAuthenticationState
- Dziedziczenie
-
RemoteAuthenticationContext<TRemoteAuthenticationState>
Konstruktory
| RemoteAuthenticationContext<TRemoteAuthenticationState>() |
Reprezentuje kontekst podczas operacji uwierzytelniania. |
Właściwości
| InteractiveRequest |
Pobiera lub ustawia żądanie interakcji dla bieżącej operacji uwierzytelniania. |
| State |
Pobiera lub ustawia wystąpienie stanu dla bieżącej operacji uwierzytelniania. |
| Url |
Pobiera lub ustawia adres URL bieżącej operacji uwierzytelniania. |