다음을 통해 공유


SecurityTokenHandlerConfigurationElement.TokenReplayDetection 속성

정의

이 토큰 처리기 구성 요소와 연결된 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

속성 값

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

특성

적용 대상