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

プロパティ値

発行されたトークンの更新しきい値の割合。

属性

適用対象