다음을 통해 공유


IdentityModelCachesElement.TokenReplayCache 속성

정의

토큰 재생 캐시의 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

속성 값

토큰 재생 캐시의 형식입니다. 형식은 TokenReplayCache에서 파생되어야 합니다.

특성

설명

이 속성은 선택 사항입니다. 요소 아래에 지정된 요소에 <caches> 해당 <tokenReplayCache> 합니다. 재생 된 토큰을 검색 하는 데 캐시의 유형을 지정 합니다. 모든 재생 캐시에서 파생 되어야 합니다. TokenReplayCache

재생 검색이 사용 하도록 설정 되었는지는 <tokenReplayDetection> 요소입니다. 이 요소가 표시 되는 TokenReplayDetectionElement 클래스입니다.

적용 대상

추가 정보