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