10 writes to IncludeTimestamp
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (6)
1059result.IncludeTimestamp = true; 1120result.IncludeTimestamp = true; 1159result.IncludeTimestamp = true; 1210result.IncludeTimestamp = true; 1266result.IncludeTimestamp = true; 1346primary.IncludeTimestamp = true;
FrameworkFork\System.ServiceModel\System\ServiceModel\FederatedMessageSecurityOverHttp.cs (1)
212result.IncludeTimestamp = true;
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverHttp.cs (1)
192result.IncludeTimestamp = true;
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverTcp.cs (1)
125result.IncludeTimestamp = true;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
1460binding.IncludeTimestamp = TryImportWsspAssertion(assertions, IncludeTimestampName);
18 references to IncludeTimestamp
dotnet-svcutil-lib (18)
CodeDomFixup\EndpointSelector.cs (1)
259if (!transportSecurityBindingElement.IncludeTimestamp)
CodeDomFixup\MethodCreationHelper.cs (3)
1129if (defaultBindingElement.IncludeTimestamp != bindingElement.IncludeTimestamp) 1136new CodePrimitiveExpression(bindingElement.IncludeTimestamp)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
594if (HasSupportingTokens(binding) || binding.IncludeTimestamp)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (5)
1069if (!sbe.IncludeTimestamp) 1132if (!sbe.IncludeTimestamp) 1223if (!sbe.IncludeTimestamp) 1278if (!sbe.IncludeTimestamp) 1383if (!sbe.IncludeTimestamp)
FrameworkFork\System.ServiceModel\System\ServiceModel\Configuration\SecurityElementBase.cs (2)
135if (b1.IncludeTimestamp != b2.IncludeTimestamp)
FrameworkFork\System.ServiceModel\System\ServiceModel\FederatedMessageSecurityOverHttp.cs (1)
242if (!sbe.IncludeTimestamp)
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverHttp.cs (1)
225if (!sbe.IncludeTimestamp)
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverTcp.cs (1)
154if (!sbe.IncludeTimestamp)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (3)
410CreateWsspIncludeTimestampAssertion(binding.IncludeTimestamp), 509CreateWsspIncludeTimestampAssertion(binding.IncludeTimestamp), 566CreateWsspIncludeTimestampAssertion(binding.IncludeTimestamp)