2 writes to m_algorithmHandle
System.Core (2)
System\Security\Cryptography\BCryptHashAlgorithm.cs (2)
83
m_algorithmHandle
= _algorithmCache.GetCachedAlgorithmHandle(algorithm.Algorithm, implementation);
101
m_algorithmHandle
= null;
9 references to m_algorithmHandle
System.Core (9)
System\Security\Cryptography\BCryptHashAlgorithm.cs (9)
70
Contract.Ensures(
m_algorithmHandle
!= null && !
m_algorithmHandle
.IsInvalid && !
m_algorithmHandle
.IsClosed);
94
Contract.Ensures(
m_algorithmHandle
== null ||
m_algorithmHandle
.IsClosed);
100
if (
m_algorithmHandle
!= null) {
115
Contract.Assert(
m_algorithmHandle
!= null);
127
int hashObjectSize = BCryptNative.GetInt32Property(
m_algorithmHandle
,
138
BCryptNative.ErrorCode error = BCryptNative.UnsafeNativeMethods.BCryptCreateHash(
m_algorithmHandle
,