9 references to Sha1Digest
System.IdentityModel (7)
System\IdentityModel\CryptoHelper.cs (4)
413return CryptoHelper.CreateHashAlgorithm(SecurityAlgorithms.Sha1Digest); 526case SecurityAlgorithms.Sha1Digest: 1182case SecurityAlgorithms.Sha1Digest: 1323case SecurityAlgorithms.Sha1Digest:
System\IdentityModel\PreDigestedSignedInfo.cs (2)
253this.sha1Digest = encoding.GetBytes(SecurityAlgorithms.Sha1Digest); 266if (algorithm == SecurityAlgorithms.Sha1Digest)
System\IdentityModel\Tokens\XmlEncApr2001.cs (1)
116writer.WriteAttributeString(XD.XmlSignatureDictionary.Algorithm, null, SecurityAlgorithms.Sha1Digest);
System.ServiceModel (2)
System\ServiceModel\Security\CryptoHelper.cs (2)
53return CryptoHelper.CreateHashAlgorithm(SecurityAlgorithms.Sha1Digest); 75case SecurityAlgorithms.Sha1Digest: