5 references to Psha1KeyDerivation
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityAlgorithmSuite.cs (2)
227
public virtual bool IsEncryptionKeyDerivationAlgorithmSupported(string algorithm) { return (algorithm == SecurityAlgorithms.
Psha1KeyDerivation
) || (algorithm == SecurityAlgorithms.Psha1KeyDerivationDec2005); }
232
public virtual bool IsSignatureKeyDerivationAlgorithmSupported(string algorithm) { return (algorithm == SecurityAlgorithms.
Psha1KeyDerivation
) || (algorithm == SecurityAlgorithms.Psha1KeyDerivationDec2005); }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (1)
868
derivationAlgorithm = SecurityAlgorithms.
Psha1KeyDerivation
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
79
get { return SecurityAlgorithms.
Psha1KeyDerivation
; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversation.cs (1)
71
get { return SecurityAlgorithms.
Psha1KeyDerivation
; }