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