RemoteAuthenticationContext<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 kontext během operací ověřování.
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
- Dědičnost
-
RemoteAuthenticationContext<TRemoteAuthenticationState>
Konstruktory
RemoteAuthenticationContext<TRemoteAuthenticationState>() |
Představuje kontext během operací ověřování. |
Vlastnosti
InteractiveRequest |
Získá nebo nastaví požadavek na interakci pro aktuální operaci ověřování. |
State |
Získá nebo nastaví instanci stavu pro aktuální operaci ověřování. |
Url |
Získá nebo nastaví adresu URL pro aktuální operaci ověřování. |