4 types derived from SecurityAlgorithmSuite
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityAlgorithmSuite.cs (4)
359
public class Basic256SecurityAlgorithmSuite :
SecurityAlgorithmSuite
390
public class Basic192SecurityAlgorithmSuite :
SecurityAlgorithmSuite
421
public class Basic128SecurityAlgorithmSuite :
SecurityAlgorithmSuite
452
public class TripleDesSecurityAlgorithmSuite :
SecurityAlgorithmSuite
129 references to SecurityAlgorithmSuite
dotnet-svcutil-lib (129)
CodeDomFixup\EndpointSelector.cs (4)
264
if (transportSecurityBindingElement.DefaultAlgorithmSuite !=
SecurityAlgorithmSuite
.Default)
267
transportSecurityBindingElement.DefaultAlgorithmSuite.GetType().FullName,
SecurityAlgorithmSuite
.Default.GetType().FullName));
294
if (transportSecurityBindingElement.DefaultAlgorithmSuite !=
SecurityAlgorithmSuite
.Default)
297
transportSecurityBindingElement.DefaultAlgorithmSuite.GetType().FullName,
SecurityAlgorithmSuite
.Default.GetType().FullName));
CodeDomFixup\MethodCreationHelper.cs (2)
733
new CodeTypeReferenceExpression(typeof(System.ServiceModel.Security.
SecurityAlgorithmSuite
)),
937
new CodeTypeReferenceExpression(typeof(System.ServiceModel.Security.
SecurityAlgorithmSuite
)),
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpMessageSecurity.cs (4)
17
private
SecurityAlgorithmSuite
_algorithmSuite;
22
_algorithmSuite =
SecurityAlgorithmSuite
.Default;
38
public
SecurityAlgorithmSuite
AlgorithmSuite
142
return _algorithmSuite.GetType() !=
SecurityAlgorithmSuite
.Default.GetType();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (6)
27
internal static readonly
SecurityAlgorithmSuite
defaultDefaultAlgorithmSuite =
SecurityAlgorithmSuite
.Default;
35
private
SecurityAlgorithmSuite
_defaultAlgorithmSuite;
213
public
SecurityAlgorithmSuite
DefaultAlgorithmSuite
780
result.DefaultAlgorithmSuite =
SecurityAlgorithmSuite
.KerberosDefault;
1162
result.DefaultAlgorithmSuite =
SecurityAlgorithmSuite
.KerberosDefault;
FrameworkFork\System.ServiceModel\System\ServiceModel\FederatedMessageSecurityOverHttp.cs (4)
27
private
SecurityAlgorithmSuite
_algorithmSuite;
39
_algorithmSuite =
SecurityAlgorithmSuite
.Default;
52
public
SecurityAlgorithmSuite
AlgorithmSuite
338
return (this.AlgorithmSuite !=
SecurityAlgorithmSuite
.Default);
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverHttp.cs (7)
21
private
SecurityAlgorithmSuite
_algorithmSuite;
28
_algorithmSuite =
SecurityAlgorithmSuite
.Default;
50
public
SecurityAlgorithmSuite
AlgorithmSuite
189
result.DefaultAlgorithmSuite = oneShotSecurity.DefaultAlgorithmSuite =
SecurityAlgorithmSuite
.KerberosDefault;
239
SecurityAlgorithmSuite
algorithmSuite =
SecurityAlgorithmSuite
.Default;
421
return this.AlgorithmSuite !=
SecurityAlgorithmSuite
.Default;
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverTcp.cs (4)
21
SecurityAlgorithmSuite
algorithmSuite;
27
algorithmSuite =
SecurityAlgorithmSuite
.Default;
44
[DefaultValue(typeof(
SecurityAlgorithmSuite
))]
45
public
SecurityAlgorithmSuite
AlgorithmSuite
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
15
SecurityAlgorithmSuite
algorithmSuite,
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityAlgorithmSuite.cs (35)
25
private static
SecurityAlgorithmSuite
s_basic256;
26
private static
SecurityAlgorithmSuite
s_basic192;
27
private static
SecurityAlgorithmSuite
s_basic128;
28
private static
SecurityAlgorithmSuite
s_tripleDes;
29
private static
SecurityAlgorithmSuite
s_basic256Rsa15;
30
private static
SecurityAlgorithmSuite
s_basic192Rsa15;
31
private static
SecurityAlgorithmSuite
s_basic128Rsa15;
32
private static
SecurityAlgorithmSuite
s_tripleDesRsa15;
33
private static
SecurityAlgorithmSuite
s_basic256Sha256;
34
private static
SecurityAlgorithmSuite
s_basic192Sha256;
35
private static
SecurityAlgorithmSuite
s_basic128Sha256;
36
private static
SecurityAlgorithmSuite
s_tripleDesSha256;
37
private static
SecurityAlgorithmSuite
s_basic256Sha256Rsa15;
38
private static
SecurityAlgorithmSuite
s_basic192Sha256Rsa15;
39
private static
SecurityAlgorithmSuite
s_basic128Sha256Rsa15;
40
private static
SecurityAlgorithmSuite
s_tripleDesSha256Rsa15;
42
static internal
SecurityAlgorithmSuite
KerberosDefault
49
static public
SecurityAlgorithmSuite
Default
57
static public
SecurityAlgorithmSuite
Basic256
66
static public
SecurityAlgorithmSuite
Basic192
75
static public
SecurityAlgorithmSuite
Basic128
84
static public
SecurityAlgorithmSuite
TripleDes
93
static public
SecurityAlgorithmSuite
Basic256Rsa15
102
static public
SecurityAlgorithmSuite
Basic192Rsa15
111
static public
SecurityAlgorithmSuite
Basic128Rsa15
120
static public
SecurityAlgorithmSuite
TripleDesRsa15
130
static public
SecurityAlgorithmSuite
Basic256Sha256
139
static public
SecurityAlgorithmSuite
Basic192Sha256
148
static public
SecurityAlgorithmSuite
Basic128Sha256
157
static public
SecurityAlgorithmSuite
TripleDesSha256
166
static public
SecurityAlgorithmSuite
Basic256Sha256Rsa15
175
static public
SecurityAlgorithmSuite
Basic192Sha256Rsa15
184
static public
SecurityAlgorithmSuite
Basic128Sha256Rsa15
193
static public
SecurityAlgorithmSuite
TripleDesSha256Rsa15
236
internal static bool IsRsaSHA256(
SecurityAlgorithmSuite
suite)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityHeader.cs (3)
19
private readonly
SecurityAlgorithmSuite
_algorithmSuite;
33
SecurityStandardsManager standardsManager,
SecurityAlgorithmSuite
algorithmSuite,
67
public
SecurityAlgorithmSuite
AlgorithmSuite
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (6)
84
private
SecurityAlgorithmSuite
_incomingAlgorithmSuite =
SecurityAlgorithmSuite
.Default;
95
private
SecurityAlgorithmSuite
_outgoingAlgorithmSuite =
SecurityAlgorithmSuite
.Default;
366
public
SecurityAlgorithmSuite
IncomingAlgorithmSuite
438
public
SecurityAlgorithmSuite
OutgoingAlgorithmSuite
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityVersion.cs (7)
79
SecurityAlgorithmSuite
algorithmSuite,
86
SecurityAlgorithmSuite
algorithmSuite,
115
SecurityAlgorithmSuite
algorithmSuite, MessageDirection direction)
177
SecurityAlgorithmSuite
algorithmSuite,
186
SecurityAlgorithmSuite
algorithmSuite,
225
SecurityAlgorithmSuite
algorithmSuite,
239
SecurityAlgorithmSuite
algorithmSuite, MessageDirection direction)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SendSecurityHeader.cs (1)
15
SecurityAlgorithmSuite
algorithmSuite,
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (3)
381
internal void AddAlgorithmParameters(
SecurityAlgorithmSuite
algorithmSuite, SecurityStandardsManager standardsManager, SecurityKeyType issuedKeyType)
414
internal bool DoAlgorithmsMatch(
SecurityAlgorithmSuite
algorithmSuite, SecurityStandardsManager standardsManager, out Collection<XmlElement> otherRequestParameters)
521
internal static IssuedSecurityTokenParameters CreateInfoCardParameters(SecurityStandardsManager standardsManager,
SecurityAlgorithmSuite
algorithm)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\ServiceModelSecurityTokenRequirement.cs (2)
94
public
SecurityAlgorithmSuite
SecurityAlgorithmSuite
98
return GetPropertyOrDefault<
SecurityAlgorithmSuite
>(SecurityAlgorithmSuiteProperty, null);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityOneDotOneReceiveSecurityHeader.cs (1)
19
SecurityAlgorithmSuite
algorithmSuite,
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityOneDotOneSendSecurityHeader.cs (1)
25
SecurityAlgorithmSuite
algorithmSuite,
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (1)
14
SecurityAlgorithmSuite
algorithmSuite,
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
14
SecurityAlgorithmSuite
algorithmSuite,
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (36)
1569
public virtual XmlElement CreateWsspAlgorithmSuiteAssertion(MetadataExporter exporter,
SecurityAlgorithmSuite
suite)
1583
SecurityAlgorithmSuite
suite = null;
1608
public virtual XmlElement CreateAlgorithmSuiteAssertion(
SecurityAlgorithmSuite
suite)
1617
if (suite ==
SecurityAlgorithmSuite
.Basic256)
1619
else if (suite ==
SecurityAlgorithmSuite
.Basic192)
1621
else if (suite ==
SecurityAlgorithmSuite
.Basic128)
1623
else if (suite ==
SecurityAlgorithmSuite
.TripleDes)
1625
else if (suite ==
SecurityAlgorithmSuite
.Basic256Rsa15)
1627
else if (suite ==
SecurityAlgorithmSuite
.Basic192Rsa15)
1629
else if (suite ==
SecurityAlgorithmSuite
.Basic128Rsa15)
1631
else if (suite ==
SecurityAlgorithmSuite
.TripleDesRsa15)
1633
else if (suite ==
SecurityAlgorithmSuite
.Basic256Sha256)
1635
else if (suite ==
SecurityAlgorithmSuite
.Basic192Sha256)
1637
else if (suite ==
SecurityAlgorithmSuite
.Basic128Sha256)
1639
else if (suite ==
SecurityAlgorithmSuite
.TripleDesSha256)
1641
else if (suite ==
SecurityAlgorithmSuite
.Basic256Sha256Rsa15)
1643
else if (suite ==
SecurityAlgorithmSuite
.Basic192Sha256Rsa15)
1645
else if (suite ==
SecurityAlgorithmSuite
.Basic128Sha256Rsa15)
1647
else if (suite ==
SecurityAlgorithmSuite
.TripleDesSha256Rsa15)
1657
public virtual bool TryImportAlgorithmSuiteAssertion(ICollection<XmlElement> assertions, out
SecurityAlgorithmSuite
suite)
1660
suite =
SecurityAlgorithmSuite
.Basic256;
1662
suite =
SecurityAlgorithmSuite
.Basic192;
1664
suite =
SecurityAlgorithmSuite
.Basic128;
1666
suite =
SecurityAlgorithmSuite
.TripleDes;
1668
suite =
SecurityAlgorithmSuite
.Basic256Rsa15;
1670
suite =
SecurityAlgorithmSuite
.Basic192Rsa15;
1672
suite =
SecurityAlgorithmSuite
.Basic128Rsa15;
1674
suite =
SecurityAlgorithmSuite
.TripleDesRsa15;
1676
suite =
SecurityAlgorithmSuite
.Basic256Sha256;
1678
suite =
SecurityAlgorithmSuite
.Basic192Sha256;
1680
suite =
SecurityAlgorithmSuite
.Basic128Sha256;
1682
suite =
SecurityAlgorithmSuite
.TripleDesSha256;
1684
suite =
SecurityAlgorithmSuite
.Basic256Sha256Rsa15;
1686
suite =
SecurityAlgorithmSuite
.Basic192Sha256Rsa15;
1688
suite =
SecurityAlgorithmSuite
.Basic128Sha256Rsa15;
1690
suite =
SecurityAlgorithmSuite
.TripleDesSha256Rsa15;