共用方式為


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

屬性值

發行之權杖的更新臨界值百分比。

屬性

適用於