4 references to DigestAlgorithm
System.IdentityModel (4)
System\IdentityModel\EnvelopedSignatureWriter.cs (2)
92_hashAlgorithm = CryptoHelper.CreateHashAlgorithm(_signingCreds.DigestAlgorithm); 112signedInfo.DigestMethod = _signingCreds.DigestAlgorithm;
System\IdentityModel\Tokens\SamlAssertion.cs (2)
475signedInfo.DigestMethod = this.signingCredentials.DigestAlgorithm; 599using (HashAlgorithm hash = CryptoHelper.CreateHashAlgorithm(this.signingCredentials.DigestAlgorithm))