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