다음을 통해 공유


IdentityConfigurationElement.TokenReplayDetection 속성

정의

이 ID 구성 요소와 연결된 TokenReplayDetectionElement를 가져오거나 설정합니다.

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

속성 값

토큰 재생 검색이 활성화되는지 여부를 지정하고 토큰 재생 캐시에서 토큰의 최대 만료 기간을 지정하는 요소입니다.

특성

설명

에 해당 하는 <tokenReplayDetection> 아래에서 구성 된 요소는 <identityConfiguration> 요소입니다.

적용 대상

추가 정보