4 writes to ServiceTokenValidityThresholdPercentage
System.ServiceModel (4)
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (3)
112spnegoTokenProvider.ServiceTokenValidityThresholdPercentage = localClientSettings.CookieRenewalThresholdPercentage; 209tlsnegoTokenProvider.ServiceTokenValidityThresholdPercentage = localClientSettings.CookieRenewalThresholdPercentage; 273acceleratedTokenProvider.ServiceTokenValidityThresholdPercentage = localClientSettings.CookieRenewalThresholdPercentage;
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
232this.federatedTokenProvider.ServiceTokenValidityThresholdPercentage = value;
2 references to ServiceTokenValidityThresholdPercentage
System.ServiceModel (2)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
314long effectiveTicksInterval = Convert.ToInt64((double)this.ServiceTokenValidityThresholdPercentage / 100.0 * (double)serviceTokenTicksInterval, NumberFormatInfo.InvariantInfo);
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
228return this.federatedTokenProvider.ServiceTokenValidityThresholdPercentage;