2 writes to combinedUniversalTokenResolver
System.ServiceModel (2)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
797this.combinedUniversalTokenResolver = this.universalTokenResolver; 802this.combinedUniversalTokenResolver = new AggregateSecurityHeaderTokenResolver(this.universalTokenResolver, this.outOfBandTokenResolver);
1 reference to combinedUniversalTokenResolver
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
316get { return this.combinedUniversalTokenResolver; }