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
);
282
if (
_hashAlgorithm
!= null)
284
((IDisposable)
_hashAlgorithm
).Dispose();