14 references to Psha1KeyDerivation
System.IdentityModel (4)
System\IdentityModel\CryptoHelper.cs (3)
582if ((algorithm != SecurityAlgorithms.Psha1KeyDerivation) && (algorithm != SecurityAlgorithms.Psha1KeyDerivationDec2005)) 937case SecurityAlgorithms.Psha1KeyDerivation: 979case SecurityAlgorithms.Psha1KeyDerivation:
System\IdentityModel\Tokens\SecurityKeyElement.cs (1)
160case SecurityAlgorithms.Psha1KeyDerivation:
System.IdentityModel.Selectors (2)
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricCrypto.cs (1)
86case SecurityAlgorithms.Psha1KeyDerivation:
infocard\common\managed\InfoCardCryptoHelper.cs (1)
46case SecurityAlgorithms.Psha1KeyDerivation:
System.ServiceModel (8)
System\ServiceModel\Security\CryptoHelper.cs (2)
221case SecurityAlgorithms.Psha1KeyDerivation: 307case SecurityAlgorithms.Psha1KeyDerivation:
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)
2374derivationAlgorithm = SecurityAlgorithms.Psha1KeyDerivation;
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (1)
65Initialize(id, -1, 0, length, null, nonce, tokenToDerive, tokenToDeriveIdentifier, SecurityAlgorithms.Psha1KeyDerivation);
System\ServiceModel\Security\WsKeyInfoSerializer.cs (1)
81get { return SecurityAlgorithms.Psha1KeyDerivation; }
System\ServiceModel\Security\WSSecureConversation.cs (1)
71get { return SecurityAlgorithms.Psha1KeyDerivation; }