2 writes to scopedSupportingTokenAuthenticatorSpecification
System.ServiceModel (2)
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
127
this.
scopedSupportingTokenAuthenticatorSpecification
= new Dictionary<string, ICollection<SupportingTokenAuthenticatorSpecification>>();
148
this.
scopedSupportingTokenAuthenticatorSpecification
= new Dictionary<string, ICollection<SupportingTokenAuthenticatorSpecification>>(factory.scopedSupportingTokenAuthenticatorSpecification);
12 references to scopedSupportingTokenAuthenticatorSpecification
System.ServiceModel (12)
System\ServiceModel\Security\SecurityProtocolFactory.cs (12)
148
this.scopedSupportingTokenAuthenticatorSpecification = new Dictionary<string, ICollection<SupportingTokenAuthenticatorSpecification>>(factory.
scopedSupportingTokenAuthenticatorSpecification
);
507
return this.
scopedSupportingTokenAuthenticatorSpecification
;
680
foreach (string action in this.
scopedSupportingTokenAuthenticatorSpecification
.Keys)
682
ICollection<SupportingTokenAuthenticatorSpecification> supportingAuthenticators = this.
scopedSupportingTokenAuthenticatorSpecification
[action];
700
foreach (string action in this.
scopedSupportingTokenAuthenticatorSpecification
.Keys)
702
ICollection<SupportingTokenAuthenticatorSpecification> supportingAuthenticators = this.
scopedSupportingTokenAuthenticatorSpecification
[action];
815
if (this.
scopedSupportingTokenAuthenticatorSpecification
.Count == 0)
824
foreach (string action in this.
scopedSupportingTokenAuthenticatorSpecification
.Keys)
826
ICollection<SupportingTokenAuthenticatorSpecification> scopedAuthenticators = this.
scopedSupportingTokenAuthenticatorSpecification
[action];
1005
this.
scopedSupportingTokenAuthenticatorSpecification
.Add(action, authenticatorSpecList);
1011
if (this.
scopedSupportingTokenAuthenticatorSpecification
.TryGetValue(action, out existingList))
1018
this.
scopedSupportingTokenAuthenticatorSpecification
.Add(action, authenticatorSpecList);