IssuedSecurityTokenProvider.IssuedTokenRenewalThresholdPercentage Property

Definition

Gets or sets the issued token renewal threshold percentage.

public:
 property int IssuedTokenRenewalThresholdPercentage { int get(); void set(int value); };
public int IssuedTokenRenewalThresholdPercentage { get; set; }
member this.IssuedTokenRenewalThresholdPercentage : int with get, set
Public Property IssuedTokenRenewalThresholdPercentage As Integer

Property Value

The issued token renewal threshold percentage.

Remarks

This percentage controls how often the token provider contacts the SecurityTokenService for a new issued token. For example, if the percentage is 90 percent, then the token provider will contact the SecurityTokenService when 90 percent of the issued token's validity interval is over.

Applies to