1 override of IssuedTokensHeaderName
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustFeb2005.cs (1)
86public override string IssuedTokensHeaderName
3 references to IssuedTokensHeaderName
System.ServiceModel (3)
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (1)
294result = new MessagePartSpecification(new XmlQualifiedName(standardsManager.TrustDriver.IssuedTokensHeaderName, standardsManager.TrustDriver.IssuedTokensHeaderNamespace));
System\ServiceModel\Security\IssuedTokensHeader.cs (2)
158return this.standardsManager.TrustDriver.IssuedTokensHeaderName; 206if (message.Headers[i].Name == standardsManager.TrustDriver.IssuedTokensHeaderName && message.Headers[i].Namespace == standardsManager.TrustDriver.IssuedTokensHeaderNamespace)