12 references to WSTrustFeb2005
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\FederatedMessageSecurityOverHttp.cs (2)
140(version.TrustVersion == TrustVersion.WSTrustFeb2005)) 281(version.TrustVersion == TrustVersion.WSTrustFeb2005))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\MessageSecurityTokenVersion.cs (3)
22TrustVersion.WSTrustFeb2005, 31TrustVersion.WSTrustFeb2005, 41TrustVersion.WSTrustFeb2005,
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (3)
254else if (trustDriver.StandardsManager.TrustVersion == TrustVersion.WSTrustFeb2005) 406if (standardsManager.TrustVersion != TrustVersion.WSTrustFeb2005) 510if (standardsManager.TrustVersion == TrustVersion.WSTrustFeb2005)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\TrustVersion.cs (1)
38get { return WSTrustFeb2005; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (2)
3011else if ((((trustDriver.StandardsManager.TrustVersion == TrustVersion.WSTrustFeb2005) && (message.Action == trustDriver.RequestSecurityTokenResponseAction.Value)) || 3055if (messageSecurityVersion.TrustVersion == TrustVersion.WSTrustFeb2005)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
130if (trustVersion == TrustVersion.WSTrustFeb2005)