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