13 references to Psha1KeyDerivationDec2005
System.IdentityModel (4)
System\IdentityModel\CryptoHelper.cs (3)
582if ((algorithm != SecurityAlgorithms.Psha1KeyDerivation) && (algorithm != SecurityAlgorithms.Psha1KeyDerivationDec2005)) 938case SecurityAlgorithms.Psha1KeyDerivationDec2005: 980case SecurityAlgorithms.Psha1KeyDerivationDec2005:
System\IdentityModel\Tokens\SecurityKeyElement.cs (1)
161case SecurityAlgorithms.Psha1KeyDerivationDec2005:
System.IdentityModel.Selectors (2)
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricCrypto.cs (1)
87case SecurityAlgorithms.Psha1KeyDerivationDec2005:
infocard\common\managed\InfoCardCryptoHelper.cs (1)
47case SecurityAlgorithms.Psha1KeyDerivationDec2005:
System.ServiceModel (7)
System\ServiceModel\Security\CryptoHelper.cs (2)
222case SecurityAlgorithms.Psha1KeyDerivationDec2005: 308case SecurityAlgorithms.Psha1KeyDerivationDec2005:
System\ServiceModel\Security\SecurityAlgorithmSuite.cs (2)
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); }
System\ServiceModel\Security\SecurityUtils.cs (1)
2378derivationAlgorithm = SecurityAlgorithms.Psha1KeyDerivationDec2005;
System\ServiceModel\Security\WsKeyInfoSerializer.cs (1)
316return SecurityAlgorithms.Psha1KeyDerivationDec2005;
System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
75return SecurityAlgorithms.Psha1KeyDerivationDec2005;