1 write to scopedSupportingTokenProviderSpecification
System.ServiceModel (1)
System\ServiceModel\Security\SecurityProtocol.cs (1)
378
this.
scopedSupportingTokenProviderSpecification
= new Dictionary<string, ICollection<SupportingTokenProviderSpecification>>();
8 references to scopedSupportingTokenProviderSpecification
System.ServiceModel (8)
System\ServiceModel\Security\SecurityProtocol.cs (8)
83
return this.
scopedSupportingTokenProviderSpecification
;
386
this.
scopedSupportingTokenProviderSpecification
.Add(action, providerSpecList);
392
if (this.
scopedSupportingTokenProviderSpecification
.TryGetValue(action, out existingList))
399
this.
scopedSupportingTokenProviderSpecification
.Add(action, providerSpecList);
453
foreach (string action in this.
scopedSupportingTokenProviderSpecification
.Keys)
455
ICollection<SupportingTokenProviderSpecification> supportingProviders = this.
scopedSupportingTokenProviderSpecification
[action];
473
foreach (string action in this.
scopedSupportingTokenProviderSpecification
.Keys)
475
ICollection<SupportingTokenProviderSpecification> supportingProviders = this.
scopedSupportingTokenProviderSpecification
[action];