Share via


IssuedTokenClientElement.IssuedTokenRenewalThresholdPercentage Propriété

Définition

Obtient ou définit le pourcentage de seuil de renouvellement des jetons émis.

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

Valeur de propriété

Le pourcentage de seuil de renouvellement des jetons émis.

Attributs

S’applique à