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