Condividi tramite


IdentityModelCaches.TokenReplayCache Proprietà

Definizione

Ottiene o imposta l'oggetto TokenReplayCache utilizzato per determinare se i token vengono riprodotti.

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

Valore della proprietà

La cache configurata di riproduzione dei token.

Eccezioni

Tentativo di impostare la proprietà su null.

Si applica a