Compartilhar via


IssuedTokenClientElement.IssuedTokenRenewalThresholdPercentage Propriedade

Definição

Obtém ou define o percentual de limite de renovação de tokens emitidos.

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

Valor da propriedade

Int32

O percentual de limite de renovação para tokens emitidos.

Atributos

Aplica-se a