4 references to SupportSecurityContextCancellationProperty
System.ServiceModel.Primitives (4)
System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (1)
150requirement.Properties[ServiceModelSecurityTokenRequirement.SupportSecurityContextCancellationProperty] = RequireCancellation;
System\ServiceModel\Security\Tokens\ServiceModelSecurityTokenRequirement.cs (3)
53Properties[SupportSecurityContextCancellationProperty] = defaultSupportSecurityContextCancellation; 196return GetPropertyOrDefault(SupportSecurityContextCancellationProperty, defaultSupportSecurityContextCancellation); 200Properties[SupportSecurityContextCancellationProperty] = value;