11 references to SecurityAlgorithms
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\XmlEncApr2001.cs (1)
116writer.WriteAttributeString(XD.XmlSignatureDictionary.Algorithm, null, SecurityAlgorithms.Sha1Digest);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityAlgorithmSuite.cs (4)
227public virtual bool IsEncryptionKeyDerivationAlgorithmSupported(string algorithm) { return (algorithm == SecurityAlgorithms.Psha1KeyDerivation) || (algorithm == SecurityAlgorithms.Psha1KeyDerivationDec2005); } 232public virtual bool IsSignatureKeyDerivationAlgorithmSupported(string algorithm) { return (algorithm == SecurityAlgorithms.Psha1KeyDerivation) || (algorithm == SecurityAlgorithms.Psha1KeyDerivationDec2005); }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (2)
868derivationAlgorithm = SecurityAlgorithms.Psha1KeyDerivation; 872derivationAlgorithm = SecurityAlgorithms.Psha1KeyDerivationDec2005;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (2)
79get { return SecurityAlgorithms.Psha1KeyDerivation; } 313return SecurityAlgorithms.Psha1KeyDerivationDec2005;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversation.cs (1)
71get { return SecurityAlgorithms.Psha1KeyDerivation; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
75return SecurityAlgorithms.Psha1KeyDerivationDec2005;