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