AuthenticationProperties Třída

Definice

Slovník, který slouží k ukládání hodnot stavu o relaci ověřování.

public ref class AuthenticationProperties
public class AuthenticationProperties
type AuthenticationProperties = class
Public Class AuthenticationProperties
Dědičnost
AuthenticationProperties

Konstruktory

AuthenticationProperties()

Inicializuje novou instanci AuthenticationProperties třídy.

AuthenticationProperties(IDictionary<String,String>)

Inicializuje novou instanci AuthenticationProperties třídy.

Vlastnosti

AllowRefresh

Získá nebo nastaví, zda má být povolena aktualizace relace ověřování.

ExpiresUtc

Získá nebo nastaví čas, kdy vyprší platnost ověřovacího lístku.

IsPersistent

Získává nebo nastavuje, jestli je relace ověřování trvalá napříč několika požadavky.

IssuedUtc

Získá nebo nastaví čas vydání ověřovacího lístku.

Items

Hodnoty stavu relace ověřování.

RedirectUri

Získá nebo nastaví úplnou cestu nebo absolutní identifikátor URI, který má být použit jako hodnota odezvy přesměrování protokolu HTTP.

Metody rozšíření

GetTokens(AuthenticationProperties)
GetTokenValue(AuthenticationProperties, String)
StoreTokens(AuthenticationProperties, IEnumerable<AuthenticationToken>)
UpdateTokenValue(AuthenticationProperties, String, String)

Platí pro