1 write to secondaryProvider
System.ServiceModel (1)
System\ServiceModel\Security\MessageSecurityProtocol.cs (1)
819this.secondaryProvider = secondaryProvider;
4 references to secondaryProvider
System.ServiceModel (4)
System\ServiceModel\Security\MessageSecurityProtocol.cs (4)
867if (this.secondaryProvider == null) 873IAsyncResult result = this.secondaryProvider.BeginGetToken(this.timeoutHelper.RemainingTime(), getSecondaryTokenCompleteCallback, this); 878SecurityToken token2 = this.secondaryProvider.EndGetToken(result); 956SecurityToken token = self.secondaryProvider.EndGetToken(result);