36 references to WSTrustFeb2005
System.ServiceModel (36)
System\ServiceModel\FederatedMessageSecurityOverHttp.cs (2)
137(version.TrustVersion == TrustVersion.WSTrustFeb2005)) 278(version.TrustVersion == TrustVersion.WSTrustFeb2005))
System\ServiceModel\Security\AcceleratedTokenProvider.cs (1)
289if (this.StandardsManager.MessageSecurityVersion.TrustVersion == TrustVersion.WSTrustFeb2005)
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
681trustVersion = TrustVersion.WSTrustFeb2005;
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (1)
360trustVersion = TrustVersion.WSTrustFeb2005;
System\ServiceModel\Security\MessageSecurityTokenVersion.cs (3)
27TrustVersion.WSTrustFeb2005, 36TrustVersion.WSTrustFeb2005, 46TrustVersion.WSTrustFeb2005,
System\ServiceModel\Security\SecuritySessionClientSettings.cs (2)
942if (this.Settings.SecurityStandardsManager.MessageSecurityVersion.TrustVersion == TrustVersion.WSTrustFeb2005) 1028if (this.Settings.SecurityStandardsManager.MessageSecurityVersion.TrustVersion == TrustVersion.WSTrustFeb2005)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
729if (this.StandardsManager.MessageSecurityVersion.TrustVersion == TrustVersion.WSTrustFeb2005)
System\ServiceModel\Security\TlsnegoTokenAuthenticator.cs (4)
87if (this.StandardsManager.MessageSecurityVersion.TrustVersion == TrustVersion.WSTrustFeb2005) 161this.StandardsManager.MessageSecurityVersion.TrustVersion == TrustVersion.WSTrustFeb2005) 185if (this.StandardsManager.MessageSecurityVersion.TrustVersion == TrustVersion.WSTrustFeb2005 && 197if (this.StandardsManager.MessageSecurityVersion.TrustVersion == TrustVersion.WSTrustFeb2005 &&
System\ServiceModel\Security\TlsnegoTokenProvider.cs (1)
95if (this.StandardsManager.MessageSecurityVersion.TrustVersion == TrustVersion.WSTrustFeb2005)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (5)
263else if (trustDriver.StandardsManager.TrustVersion == TrustVersion.WSTrustFeb2005) 376Fx.Assert(((driver.StandardsManager.TrustVersion == TrustVersion.WSTrustFeb2005) || 461bool mismatch = (((driver.StandardsManager.TrustVersion == TrustVersion.WSTrustFeb2005) && 703if (standardsManager.TrustVersion != TrustVersion.WSTrustFeb2005) 807if (standardsManager.TrustVersion == TrustVersion.WSTrustFeb2005)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (3)
401else if (MessageSecurityVersion.TrustVersion == TrustVersion.WSTrustFeb2005) 955if ((this.StandardsManager.MessageSecurityVersion.TrustVersion == TrustVersion.WSTrustFeb2005 && incomingMessage.Headers.Action != this.StandardsManager.TrustDriver.RequestSecurityTokenResponseAction.Value) || 965if (this.StandardsManager.MessageSecurityVersion.TrustVersion == TrustVersion.WSTrustFeb2005)
System\ServiceModel\Security\TrustVersion.cs (1)
41get { return WSTrustFeb2005; }
System\ServiceModel\Security\WSSecurityPolicy.cs (2)
3011else if ((((trustDriver.StandardsManager.TrustVersion == TrustVersion.WSTrustFeb2005) && (message.Action == trustDriver.RequestSecurityTokenResponseAction.Value)) || 3055if (messageSecurityVersion.TrustVersion == TrustVersion.WSTrustFeb2005)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
130if (trustVersion == TrustVersion.WSTrustFeb2005)
System\ServiceModel\Security\WSTrustChannel.cs (6)
227if (!((value == null) || (value == TrustVersion.WSTrust13) || (value == TrustVersion.WSTrustFeb2005))) 420if (trustVersion != TrustVersion.WSTrust13 && trustVersion != TrustVersion.WSTrustFeb2005) 429return trustVersion == TrustVersion.WSTrustFeb2005 ? 433return trustVersion == TrustVersion.WSTrustFeb2005 ? 437return trustVersion == TrustVersion.WSTrustFeb2005 ? 441return trustVersion == TrustVersion.WSTrustFeb2005 ?
System\ServiceModel\Security\WSTrustChannelFactory.cs (2)
411else if (trustVersion == TrustVersion.WSTrustFeb2005) 434else if (trustVersion == TrustVersion.WSTrustFeb2005)