Udostępnij za pośrednictwem


IdentityConfigurationElement.TokenReplayDetection Właściwość

Definicja

Pobiera lub ustawia TokenReplayDetectionElement element konfiguracji, który jest skojarzony z tym elementem konfiguracji tożsamości.

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

Wartość właściwości

Element, który określa, czy wykrywanie powtarzania tokenu jest włączone i określa maksymalny okres wygaśnięcia tokenów w pamięci podręcznej odtwarzania tokenu.

Atrybuty

Uwagi

Odpowiada elementowi <tokenReplayDetection> skonfigurowanemu w ramach <identityConfiguration> elementu .

Dotyczy

Zobacz też