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