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