34 references to WSTrust13
System.ServiceModel (34)
System\ServiceModel\Security\AcceleratedTokenProvider.cs (1)
291
else if (this.StandardsManager.MessageSecurityVersion.TrustVersion == TrustVersion.
WSTrust13
)
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (2)
674
TrustVersion trustVersion = TrustVersion.
WSTrust13
;
685
trustVersion = TrustVersion.
WSTrust13
;
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (2)
364
trustVersion = TrustVersion.
WSTrust13
;
383
trustVersion = TrustVersion.
WSTrust13
;
System\ServiceModel\Security\MessageSecurityTokenVersion.cs (3)
56
TrustVersion.
WSTrust13
,
66
TrustVersion.
WSTrust13
,
76
TrustVersion.
WSTrust13
,
System\ServiceModel\Security\SecuritySessionClientSettings.cs (2)
944
else if (this.Settings.SecurityStandardsManager.MessageSecurityVersion.TrustVersion == TrustVersion.
WSTrust13
)
1030
else if (this.Settings.SecurityStandardsManager.MessageSecurityVersion.TrustVersion == TrustVersion.
WSTrust13
)
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (2)
799
if (this.StandardsManager.MessageSecurityVersion.TrustVersion == TrustVersion.
WSTrust13
)
943
if (this.StandardsManager.MessageSecurityVersion.TrustVersion == TrustVersion.
WSTrust13
)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
731
else if (this.StandardsManager.MessageSecurityVersion.TrustVersion == TrustVersion.
WSTrust13
)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
1954
if (this.Settings.SecurityStandardsManager.MessageSecurityVersion.TrustVersion == TrustVersion.
WSTrust13
)
System\ServiceModel\Security\SecurityStandardsManager.cs (1)
67
if (messageSecurityVersion.MessageSecurityTokenVersion.TrustVersion == TrustVersion.
WSTrust13
)
System\ServiceModel\Security\TlsnegoTokenAuthenticator.cs (1)
91
else if (this.StandardsManager.MessageSecurityVersion.TrustVersion == TrustVersion.
WSTrust13
)
System\ServiceModel\Security\TlsnegoTokenProvider.cs (1)
99
else if (this.StandardsManager.MessageSecurityVersion.TrustVersion == TrustVersion.
WSTrust13
)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (6)
377
(driver.StandardsManager.TrustVersion == TrustVersion.
WSTrust13
)),
391
if (driver.StandardsManager.TrustVersion == TrustVersion.
WSTrust13
)
463
((driver.StandardsManager.TrustVersion == TrustVersion.
WSTrust13
) &&
473
if (driver.StandardsManager.TrustVersion == TrustVersion.
WSTrust13
)
507
TrustVersion.
WSTrust13
,
726
if ((standardsManager.TrustVersion == TrustVersion.
WSTrust13
) &&
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (3)
387
if (MessageSecurityVersion.TrustVersion == TrustVersion.
WSTrust13
)
956
(this.StandardsManager.MessageSecurityVersion.TrustVersion == TrustVersion.
WSTrust13
&& incomingMessage.Headers.Action != this.StandardsManager.TrustDriver.RequestSecurityTokenResponseFinalAction.Value) ||
967
else if (this.StandardsManager.MessageSecurityVersion.TrustVersion == TrustVersion.
WSTrust13
)
System\ServiceModel\Security\WSSecurityPolicy.cs (2)
3012
((trustDriver.StandardsManager.TrustVersion == TrustVersion.
WSTrust13
) && (message.Action == trustDriver.RequestSecurityTokenResponseFinalAction.Value))) &&
3059
else if (messageSecurityVersion.TrustVersion == TrustVersion.
WSTrust13
)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
135
else if (trustVersion == TrustVersion.
WSTrust13
)
System\ServiceModel\Security\WsSecurityTokenSerializerAdapter.cs (1)
71
: this( securityTokenHandlerCollection, securityVersion, TrustVersion.
WSTrust13
, SecureConversationVersion.WSSecureConversation13, emitBspAttributes, samlSerializer, stateEncoder, knownTypes )
System\ServiceModel\Security\WSTrustChannel.cs (2)
227
if (!((value == null) || (value == TrustVersion.
WSTrust13
) || (value == TrustVersion.WSTrustFeb2005)))
420
if (trustVersion != TrustVersion.
WSTrust13
&& trustVersion != TrustVersion.WSTrustFeb2005)
System\ServiceModel\Security\WSTrustChannelFactory.cs (2)
407
if (trustVersion == TrustVersion.
WSTrust13
)
430
if (trustVersion == TrustVersion.
WSTrust13
)