다음을 통해 공유


IssuedTokenClientElement.MaxIssuedTokenCachingTime 속성

정의

발급된 토큰의 최대 캐싱 시간을 가져오거나 설정합니다.

public:
 property TimeSpan MaxIssuedTokenCachingTime { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("maxIssuedTokenCachingTime", DefaultValue="10675199.02:48:05.4775807")]
public TimeSpan MaxIssuedTokenCachingTime { get; set; }
[System.Configuration.ConfigurationProperty("maxIssuedTokenCachingTime", DefaultValue="10675199.02:48:05.4775807")]
[System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))]
public TimeSpan MaxIssuedTokenCachingTime { get; set; }
[System.Configuration.ConfigurationProperty("maxIssuedTokenCachingTime", DefaultValue="10675199.02:48:05.4775807")]
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))]
public TimeSpan MaxIssuedTokenCachingTime { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("maxIssuedTokenCachingTime", DefaultValue="10675199.02:48:05.4775807")>]
member this.MaxIssuedTokenCachingTime : TimeSpan with get, set
[<System.Configuration.ConfigurationProperty("maxIssuedTokenCachingTime", DefaultValue="10675199.02:48:05.4775807")>]
[<System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))>]
member this.MaxIssuedTokenCachingTime : TimeSpan with get, set
[<System.Configuration.ConfigurationProperty("maxIssuedTokenCachingTime", DefaultValue="10675199.02:48:05.4775807")>]
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))>]
member this.MaxIssuedTokenCachingTime : TimeSpan with get, set
Public Property MaxIssuedTokenCachingTime As TimeSpan

속성 값

TimeSpan

발급된 토큰의 최대 캐싱 시간을 나타내는 TimeSpan입니다.

특성

적용 대상