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