6 references to Psha1KeyDerivationDec2005
System.ServiceModel.Primitives (6)
System\IdentityModel\CryptoHelper.cs (1)
135case SecurityAlgorithms.Psha1KeyDerivationDec2005:
System\ServiceModel\Security\SecurityAlgorithmSuite.cs (2)
88public virtual bool IsEncryptionKeyDerivationAlgorithmSupported(string algorithm) { return (algorithm == SecurityAlgorithms.Psha1KeyDerivation) || (algorithm == SecurityAlgorithms.Psha1KeyDerivationDec2005); } 93public virtual bool IsSignatureKeyDerivationAlgorithmSupported(string algorithm) { return (algorithm == SecurityAlgorithms.Psha1KeyDerivation) || (algorithm == SecurityAlgorithms.Psha1KeyDerivationDec2005); }
System\ServiceModel\Security\SecurityUtils.cs (1)
833derivationAlgorithm = SecurityAlgorithms.Psha1KeyDerivationDec2005;
System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
303return SecurityAlgorithms.Psha1KeyDerivationDec2005;
System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
59return SecurityAlgorithms.Psha1KeyDerivationDec2005;