1 write to CachedLogonTokenLifetime
System.ServiceModel (1)
System\ServiceModel\Configuration\UserNameServiceElement.cs (1)
121userName.CachedLogonTokenLifetime = this.CachedLogonTokenLifetime;
2 references to CachedLogonTokenLifetime
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
450serviceCredentials.UserNameAuthentication.MaxCachedLogonTokens, serviceCredentials.UserNameAuthentication.CachedLogonTokenLifetime);
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (1)
359parent.UserNameAuthentication.MaxCachedLogonTokens, parent.UserNameAuthentication.CachedLogonTokenLifetime);