IdentityModelCachesElement.TokenReplayCache Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.