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