2 writes to CookieRenewalThresholdPercentage
System.ServiceModel (2)
System\ServiceModel\Channels\LocalClientSecuritySettings.cs (1)
294
this.
CookieRenewalThresholdPercentage
= SpnegoTokenProvider.defaultServiceTokenValidityThresholdPercentage;
System\ServiceModel\Configuration\LocalClientSecuritySettingsElement.cs (1)
127
settings.
CookieRenewalThresholdPercentage
= this.CookieRenewalThresholdPercentage;
5 references to CookieRenewalThresholdPercentage
System.ServiceModel (5)
System\ServiceModel\Configuration\LocalClientSecuritySettingsElement.cs (1)
146
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.CookieRenewalThresholdPercentage, settings.
CookieRenewalThresholdPercentage
);
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (3)
112
spnegoTokenProvider.ServiceTokenValidityThresholdPercentage = localClientSettings.
CookieRenewalThresholdPercentage
;
209
tlsnegoTokenProvider.ServiceTokenValidityThresholdPercentage = localClientSettings.
CookieRenewalThresholdPercentage
;
273
acceleratedTokenProvider.ServiceTokenValidityThresholdPercentage = localClientSettings.
CookieRenewalThresholdPercentage
;
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
305
this.issuedTokenRenewalThreshold = this.sessionProtocolFactory.SecurityBindingElement.LocalClientSettings.
CookieRenewalThresholdPercentage
;