1 write to m_kspHandle
System.Core (1)
System\Security\Cryptography\CngKey.cs (1)
45m_kspHandle = kspHandle;
8 references to m_kspHandle
System.Core (8)
System\Security\Cryptography\CngKey.cs (8)
278Contract.Assert(m_kspHandle != null); 279string provider = NCryptNative.GetPropertyAsString(m_kspHandle, 299Contract.Assert(m_kspHandle != null); 300return m_kspHandle.Duplicate(); 362Contract.Assert(m_kspHandle != null); 373kspName = NCryptNative.GetPropertyAsString(m_kspHandle, 481if (m_kspHandle != null) { 482m_kspHandle.Dispose();