5 references to Psha1KeyDerivationDec2005
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)
872
derivationAlgorithm = SecurityAlgorithms.
Psha1KeyDerivationDec2005
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
313
return SecurityAlgorithms.
Psha1KeyDerivationDec2005
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
75
return SecurityAlgorithms.
Psha1KeyDerivationDec2005
;