IssuedTokenClientElement::IssuedTokenRenewalThresholdPercentage Property

 

Gets or sets the renewal threshold percentage for issued tokens.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("issuedTokenRenewalThresholdPercentage", 
	DefaultValue = 60)]
[IntegerValidatorAttribute(MinValue = 0, MaxValue = 100)]
property int IssuedTokenRenewalThresholdPercentage {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The renewal threshold percentage for issued tokens.

.NET Framework
Available since 3.0
Return to top
Show: