4 writes to channelSupportingTokenAuthenticatorSpecification
System.ServiceModel (4)
System\ServiceModel\Security\SecurityProtocolFactory.cs (4)
126
this.
channelSupportingTokenAuthenticatorSpecification
= new Collection<SupportingTokenAuthenticatorSpecification>();
147
this.
channelSupportingTokenAuthenticatorSpecification
= new Collection<SupportingTokenAuthenticatorSpecification>(new List<SupportingTokenAuthenticatorSpecification>(factory.channelSupportingTokenAuthenticatorSpecification));
1027
this.
channelSupportingTokenAuthenticatorSpecification
= EmptyTokenAuthenticators;
1059
this.
channelSupportingTokenAuthenticatorSpecification
=
16 references to channelSupportingTokenAuthenticatorSpecification
System.ServiceModel (16)
System\ServiceModel\Security\SecurityProtocolFactory.cs (16)
147
this.channelSupportingTokenAuthenticatorSpecification = new Collection<SupportingTokenAuthenticatorSpecification>(new List<SupportingTokenAuthenticatorSpecification>(factory.
channelSupportingTokenAuthenticatorSpecification
));
499
return this.
channelSupportingTokenAuthenticatorSpecification
;
676
foreach (SupportingTokenAuthenticatorSpecification spec in this.
channelSupportingTokenAuthenticatorSpecification
)
696
foreach (SupportingTokenAuthenticatorSpecification spec in this.
channelSupportingTokenAuthenticatorSpecification
)
738
if (
channelSupportingTokenAuthenticatorSpecification
!= null)
740
foreach (SupportingTokenAuthenticatorSpecification spec in this.
channelSupportingTokenAuthenticatorSpecification
)
810
return (Object.ReferenceEquals(this.
channelSupportingTokenAuthenticatorSpecification
, EmptyTokenAuthenticators)) ? null : (IList<SupportingTokenAuthenticatorSpecification>) this.
channelSupportingTokenAuthenticatorSpecification
;
835
foreach (SupportingTokenAuthenticatorSpecification spec in this.
channelSupportingTokenAuthenticatorSpecification
)
999
AddSupportingTokenAuthenticators(this.securityBindingElement.EndpointSupportingTokenParameters, false, (IList<SupportingTokenAuthenticatorSpecification>)this.
channelSupportingTokenAuthenticatorSpecification
);
1000
AddSupportingTokenAuthenticators(this.securityBindingElement.OptionalEndpointSupportingTokenParameters, true, (IList<SupportingTokenAuthenticatorSpecification>)this.
channelSupportingTokenAuthenticatorSpecification
);
1023
if (!this.
channelSupportingTokenAuthenticatorSpecification
.IsReadOnly)
1025
if (this.
channelSupportingTokenAuthenticatorSpecification
.Count == 0)
1032
foreach (SupportingTokenAuthenticatorSpecification tokenAuthenticatorSpec in this.
channelSupportingTokenAuthenticatorSpecification
)
1060
new ReadOnlyCollection<SupportingTokenAuthenticatorSpecification>((Collection<SupportingTokenAuthenticatorSpecification>)this.
channelSupportingTokenAuthenticatorSpecification
);
1063
VerifyTypeUniqueness(this.
channelSupportingTokenAuthenticatorSpecification
);