1 write to hCryptProvOrhNCryptKey
NuGet.Packaging (1)
Signing\Cms\NativeUtility.cs (1)
119signerInfo.hCryptProvOrhNCryptKey = privateKey.Handle.DangerousGetHandle();
2 references to hCryptProvOrhNCryptKey
NuGet.Packaging (2)
Signing\Cms\NativeMethods.cs (2)
340if (!hCryptProvOrhNCryptKey.Equals(IntPtr.Zero)) { NativeMethods.CryptReleaseContext(hCryptProvOrhNCryptKey, 0); }