2 writes to recipientOutOfBandTokenResolverList
System.ServiceModel (2)
System\ServiceModel\Security\AsymmetricSecurityProtocolFactory.cs (2)
233
this.
recipientOutOfBandTokenResolverList
= new ReadOnlyCollection<SecurityTokenResolver>(tmp);
237
this.
recipientOutOfBandTokenResolverList
= EmptyReadOnlyCollection<SecurityTokenResolver>.Instance;
1 reference to recipientOutOfBandTokenResolverList
System.ServiceModel (1)
System\ServiceModel\Security\AsymmetricSecurityProtocolFactory.cs (1)
86
return this.
recipientOutOfBandTokenResolverList
;