다음을 통해 공유


IssuedTokenClientElement.IssuedTokenRenewalThresholdPercentage 속성

정의

발급된 토큰에 대한 갱신 임계값 백분율을 가져오거나 설정합니다.

public:
 property int IssuedTokenRenewalThresholdPercentage { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("issuedTokenRenewalThresholdPercentage", DefaultValue=60)]
[System.Configuration.IntegerValidator(MaxValue=100, MinValue=0)]
public int IssuedTokenRenewalThresholdPercentage { get; set; }
[<System.Configuration.ConfigurationProperty("issuedTokenRenewalThresholdPercentage", DefaultValue=60)>]
[<System.Configuration.IntegerValidator(MaxValue=100, MinValue=0)>]
member this.IssuedTokenRenewalThresholdPercentage : int with get, set
Public Property IssuedTokenRenewalThresholdPercentage As Integer

속성 값

Int32

발급된 토큰에 대한 갱신 임계값 백분율입니다.

특성

적용 대상