6 references to TrustVersion
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (4)
254else if (trustDriver.StandardsManager.TrustVersion == TrustVersion.WSTrustFeb2005) 406if (standardsManager.TrustVersion != TrustVersion.WSTrustFeb2005) 429if ((standardsManager.TrustVersion == TrustVersion.WSTrust13) && 510if (standardsManager.TrustVersion == TrustVersion.WSTrustFeb2005)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (2)
3011else if ((((trustDriver.StandardsManager.TrustVersion == TrustVersion.WSTrustFeb2005) && (message.Action == trustDriver.RequestSecurityTokenResponseAction.Value)) || 3012((trustDriver.StandardsManager.TrustVersion == TrustVersion.WSTrust13) && (message.Action == trustDriver.RequestSecurityTokenResponseFinalAction.Value))) &&