6 references to Psha1KeyDerivation
System.ServiceModel.Primitives (6)
System\IdentityModel\CryptoHelper.cs (1)
134case SecurityAlgorithms.Psha1KeyDerivation:
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)
829derivationAlgorithm = SecurityAlgorithms.Psha1KeyDerivation;
System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
75get { return SecurityAlgorithms.Psha1KeyDerivation; }
System\ServiceModel\Security\WSSecureConversation.cs (1)
60get { return SecurityAlgorithms.Psha1KeyDerivation; }