2 writes to _hashAlgorithm
System.IdentityModel (2)
System\IdentityModel\EnvelopedSignatureWriter.cs (2)
92_hashAlgorithm = CryptoHelper.CreateHashAlgorithm(_signingCreds.DigestAlgorithm); 285_hashAlgorithm = null;
3 references to _hashAlgorithm
System.IdentityModel (3)
System\IdentityModel\EnvelopedSignatureWriter.cs (3)
93_hashStream = new HashStream(_hashAlgorithm); 282if (_hashAlgorithm != null) 284((IDisposable)_hashAlgorithm).Dispose();