1 write to m_cspHandle
System.Core (1)
System\Security\Cryptography\CapiHashAlgorithm.cs (1)
38
m_cspHandle
= CapiNative.AcquireCsp(null,
10 references to m_cspHandle
System.Core (10)
System\Security\Cryptography\CapiHashAlgorithm.cs (10)
34
Contract.Ensures(
m_cspHandle
!= null && !
m_cspHandle
.IsInvalid && !
m_cspHandle
.IsClosed);
49
Contract.Ensures(
m_cspHandle
== null ||
m_cspHandle
.IsClosed);
55
if (
m_cspHandle
!= null) {
56
m_cspHandle
.Dispose();
67
Contract.Assert(
m_cspHandle
!= null);
74
if (!CapiNative.UnsafeNativeMethods.CryptCreateHash(
m_cspHandle
,
92
newHashAlgorithm.SetParentCsp(
m_cspHandle
);