14 references to TrustVersion
dotnet-svcutil-lib (14)
FrameworkFork\System.ServiceModel\System\ServiceModel\Configuration\SecurityElementBase.cs (2)
121|| b1.MessageSecurityVersion.TrustVersion != b2.MessageSecurityVersion.TrustVersion
FrameworkFork\System.ServiceModel\System\ServiceModel\FederatedMessageSecurityOverHttp.cs (4)
140(version.TrustVersion == TrustVersion.WSTrustFeb2005)) 172version.TrustVersion, 281(version.TrustVersion == TrustVersion.WSTrustFeb2005)) 288version.TrustVersion,
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverHttp.cs (3)
292sbe.MessageSecurityVersion.TrustVersion, 337sbe.MessageSecurityVersion.TrustVersion, 370sbe.MessageSecurityVersion.TrustVersion,
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverTcp.cs (2)
192bootstrapSecurity.MessageSecurityVersion.TrustVersion, 221bootstrapSecurity.MessageSecurityVersion.TrustVersion,
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityStandardsManager.cs (1)
95get { return _messageSecurityVersion.TrustVersion; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (2)
3055if (messageSecurityVersion.TrustVersion == TrustVersion.WSTrustFeb2005) 3059else if (messageSecurityVersion.TrustVersion == TrustVersion.WSTrust13)