IdentityModelCachesElement.TokenReplayCache Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan atau mengatur Type cache pemutaran ulang token.
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
Nilai Properti
Jenis cache pemutaran ulang token. Jenis harus berasal dari TokenReplayCache.
- Atribut
Keterangan
Properti ini bersifat opsional. Ini sesuai dengan elemen yang <tokenReplayCache>
ditentukan di <caches>
bawah elemen . Ini menentukan jenis cache yang akan digunakan untuk mendeteksi token yang diputar ulang. Semua cache pemutaran ulang harus berasal dari TokenReplayCache
Deteksi pemutaran ulang diaktifkan dengan <tokenReplayDetection>
elemen . Elemen ini diwakili oleh TokenReplayDetectionElement kelas .