2 writes to _channelSupportingTokenAuthenticatorSpecification
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
98
_channelSupportingTokenAuthenticatorSpecification
= new Collection<SupportingTokenAuthenticatorSpecification>();
118
_channelSupportingTokenAuthenticatorSpecification
= new Collection<SupportingTokenAuthenticatorSpecification>(new List<SupportingTokenAuthenticatorSpecification>(factory._channelSupportingTokenAuthenticatorSpecification));
5 references to _channelSupportingTokenAuthenticatorSpecification
System.ServiceModel.Primitives (5)
System\ServiceModel\Security\SecurityProtocolFactory.cs (5)
118
_channelSupportingTokenAuthenticatorSpecification = new Collection<SupportingTokenAuthenticatorSpecification>(new List<SupportingTokenAuthenticatorSpecification>(factory.
_channelSupportingTokenAuthenticatorSpecification
));
438
if (
_channelSupportingTokenAuthenticatorSpecification
!= null)
440
foreach (SupportingTokenAuthenticatorSpecification spec in
_channelSupportingTokenAuthenticatorSpecification
)
464
return (Object.ReferenceEquals(
_channelSupportingTokenAuthenticatorSpecification
, EmptyTokenAuthenticators)) ? null : (IList<SupportingTokenAuthenticatorSpecification>)
_channelSupportingTokenAuthenticatorSpecification
;