Share via


IdentityModelCachesElement.TokenReplayCache Özellik

Tanım

Belirteç yeniden yürütme önbelleğini alır veya ayarlar Type .

public:
 property System::IdentityModel::Configuration::CustomTypeElement ^ TokenReplayCache { System::IdentityModel::Configuration::CustomTypeElement ^ get(); void set(System::IdentityModel::Configuration::CustomTypeElement ^ value); };
[System.Configuration.ConfigurationProperty("tokenReplayCache", IsRequired=false)]
public System.IdentityModel.Configuration.CustomTypeElement TokenReplayCache { get; set; }
[<System.Configuration.ConfigurationProperty("tokenReplayCache", IsRequired=false)>]
member this.TokenReplayCache : System.IdentityModel.Configuration.CustomTypeElement with get, set
Public Property TokenReplayCache As CustomTypeElement

Özellik Değeri

Belirteç yeniden yürütme önbelleğinin türü. Türün türünden TokenReplayCachetüretilmiş olması gerekir.

Öznitelikler

Açıklamalar

Bu özellik isteğe bağlıdır. öğesi altında belirtilen bir <tokenReplayCache> öğeye <caches> karşılık gelir. Yeniden oynatılan belirteçleri algılamak için kullanılacak önbelleğin türünü belirtir. Tüm yeniden yürütme önbelleklerinin TokenReplayCache

Yeniden yürütme algılama öğesiyle <tokenReplayDetection> etkinleştirilir. Bu öğe sınıfı tarafından TokenReplayDetectionElement temsil edilir.

Şunlara uygulanır

Ayrıca bkz.