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)
22
TrustVersion.
WSTrustFeb2005
,
31
TrustVersion.
WSTrustFeb2005
,
41
TrustVersion.
WSTrustFeb2005
,
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (3)
254
else if (trustDriver.StandardsManager.TrustVersion == TrustVersion.
WSTrustFeb2005
)
406
if (standardsManager.TrustVersion != TrustVersion.
WSTrustFeb2005
)
510
if (standardsManager.TrustVersion == TrustVersion.
WSTrustFeb2005
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\TrustVersion.cs (1)
38
get { return
WSTrustFeb2005
; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (2)
3011
else if ((((trustDriver.StandardsManager.TrustVersion == TrustVersion.
WSTrustFeb2005
) && (message.Action == trustDriver.RequestSecurityTokenResponseAction.Value)) ||
3055
if (messageSecurityVersion.TrustVersion == TrustVersion.
WSTrustFeb2005
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
130
if (trustVersion == TrustVersion.
WSTrustFeb2005
)