IdentityModelCaches.TokenReplayCache Eigenschaft

Definition

Ruft ab oder legt fest, die TokenReplayCache verwendet wird, um zu bestimmen, ob Token wiedergegeben werden.

public:
 property System::IdentityModel::Tokens::TokenReplayCache ^ TokenReplayCache { System::IdentityModel::Tokens::TokenReplayCache ^ get(); void set(System::IdentityModel::Tokens::TokenReplayCache ^ value); };
public System.IdentityModel.Tokens.TokenReplayCache TokenReplayCache { get; set; }
member this.TokenReplayCache : System.IdentityModel.Tokens.TokenReplayCache with get, set
Public Property TokenReplayCache As TokenReplayCache

Eigenschaftswert

Der konfigurierte Cache für die Tokenwiedergabe.

Ausnahmen

Es wird versucht, die Eigenschaft so festzulegen, dass null sie auftritt.

Gilt für: