2 types derived from TrustVersion
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\TrustVersion.cs (2)
51
internal class WSTrustVersionFeb2005 :
TrustVersion
69
internal class WSTrustVersion13 :
TrustVersion
32 references to TrustVersion
dotnet-svcutil-lib (32)
FrameworkFork\System.ServiceModel\System\ServiceModel\FederatedMessageSecurityOverHttp.cs (2)
140
(version.TrustVersion ==
TrustVersion
.WSTrustFeb2005))
281
(version.TrustVersion ==
TrustVersion
.WSTrustFeb2005))
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityVersion.cs (1)
86
public
TrustVersion
TrustVersion
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\MessageSecurityTokenVersion.cs (9)
13
private
TrustVersion
_trustVersion;
22
TrustVersion
.WSTrustFeb2005,
31
TrustVersion
.WSTrustFeb2005,
41
TrustVersion
.WSTrustFeb2005,
51
TrustVersion
.WSTrust13,
61
TrustVersion
.WSTrust13,
71
TrustVersion
.WSTrust13,
150
private MessageSecurityTokenVersion(SecurityVersion securityVersion,
TrustVersion
trustVersion, SecureConversationVersion secureConversationVersion, string toString, bool emitBspRequiredAttributes, params string[] supportedSpecs)
177
public
TrustVersion
TrustVersion
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityStandardsManager.cs (2)
67
if (messageSecurityVersion.MessageSecurityTokenVersion.TrustVersion ==
TrustVersion
.WSTrust13)
93
public
TrustVersion
TrustVersion
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (4)
254
else if (trustDriver.StandardsManager.TrustVersion ==
TrustVersion
.WSTrustFeb2005)
406
if (standardsManager.TrustVersion !=
TrustVersion
.WSTrustFeb2005)
429
if ((standardsManager.TrustVersion ==
TrustVersion
.WSTrust13) &&
510
if (standardsManager.TrustVersion ==
TrustVersion
.WSTrustFeb2005)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\TrustVersion.cs (5)
36
public static
TrustVersion
Default
41
public static
TrustVersion
WSTrustFeb2005
46
public static
TrustVersion
WSTrust13
60
public static
TrustVersion
Instance
78
public static
TrustVersion
Instance
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (4)
3011
else if ((((trustDriver.StandardsManager.TrustVersion ==
TrustVersion
.WSTrustFeb2005) && (message.Action == trustDriver.RequestSecurityTokenResponseAction.Value)) ||
3012
((trustDriver.StandardsManager.TrustVersion ==
TrustVersion
.WSTrust13) && (message.Action == trustDriver.RequestSecurityTokenResponseFinalAction.Value))) &&
3055
if (messageSecurityVersion.TrustVersion ==
TrustVersion
.WSTrustFeb2005)
3059
else if (messageSecurityVersion.TrustVersion ==
TrustVersion
.WSTrust13)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (5)
65
public WSSecurityTokenSerializer(SecurityVersion securityVersion,
TrustVersion
trustVersion, SecureConversationVersion secureConversationVersion, bool emitBspRequiredAttributes, SamlSerializer samlSerializer, SecurityStateEncoder securityStateEncoder, IEnumerable<Type> knownTypes)
72
: this(securityVersion,
TrustVersion
.Default, SecureConversationVersion.Default, emitBspRequiredAttributes, samlSerializer, securityStateEncoder, knownTypes, maximumKeyDerivationOffset, maximumKeyDerivationLabelLength, maximumKeyDerivationNonceLength)
76
public WSSecurityTokenSerializer(SecurityVersion securityVersion,
TrustVersion
trustVersion, SecureConversationVersion secureConversationVersion, bool emitBspRequiredAttributes, SamlSerializer samlSerializer, SecurityStateEncoder securityStateEncoder, IEnumerable<Type> knownTypes,
130
if (trustVersion ==
TrustVersion
.WSTrustFeb2005)
135
else if (trustVersion ==
TrustVersion
.WSTrust13)