16 references to HmacSha1Signature
System.IdentityModel (11)
System\IdentityModel\CryptoHelper.cs (8)
423KeyedHashAlgorithm algorithm = GetAlgorithmFromConfig( SecurityAlgorithms.HmacSha1Signature ) as KeyedHashAlgorithm; 426throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument( "algorithm", SR.GetString( SR.ID6037, SecurityAlgorithms.HmacSha1Signature ) ); 433return CryptoHelper.CreateKeyedHashAlgorithm(key, SecurityAlgorithms.HmacSha1Signature); 560case SecurityAlgorithms.HmacSha1Signature: 926case SecurityAlgorithms.HmacSha1Signature: 977case SecurityAlgorithms.HmacSha1Signature: 1213case SecurityAlgorithms.HmacSha1Signature: 1332case SecurityAlgorithms.HmacSha1Signature:
System\IdentityModel\PreDigestedSignedInfo.cs (2)
255this.hmacSha1Signature = encoding.GetBytes(SecurityAlgorithms.HmacSha1Signature); 282if (algorithm == SecurityAlgorithms.HmacSha1Signature)
System\IdentityModel\Tokens\SecurityKeyElement.cs (1)
150case SecurityAlgorithms.HmacSha1Signature:
System.IdentityModel.Selectors (3)
infocard\client\System\IdentityModel\Selectors\InfoCardSymmetricCrypto.cs (2)
85case SecurityAlgorithms.HmacSha1Signature: 242case SecurityAlgorithms.HmacSha1Signature:
infocard\common\managed\InfoCardCryptoHelper.cs (1)
36case SecurityAlgorithms.HmacSha1Signature:
System.ServiceModel (2)
System\ServiceModel\Security\CryptoHelper.cs (2)
211case SecurityAlgorithms.HmacSha1Signature: 305case SecurityAlgorithms.HmacSha1Signature: