2 references to defaultSupportSecurityContextCancellation
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\ServiceModelSecurityTokenRequirement.cs (2)
52
this.Properties[SupportSecurityContextCancellationProperty] =
defaultSupportSecurityContextCancellation
;
195
return GetPropertyOrDefault<bool>(SupportSecurityContextCancellationProperty,
defaultSupportSecurityContextCancellation
);