2 references to defaultSupportSecurityContextCancellation
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\ServiceModelSecurityTokenRequirement.cs (2)
59
this.Properties[SupportSecurityContextCancellationProperty] =
defaultSupportSecurityContextCancellation
;
202
return GetPropertyOrDefault<bool>(SupportSecurityContextCancellationProperty,
defaultSupportSecurityContextCancellation
);