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