1 instantiation of SafeCryptMsgHandle
NuGet.Packaging (1)
Signing\Cms\NativeMethods.cs (1)
133
internal static SafeCryptMsgHandle InvalidHandle => new
SafeCryptMsgHandle
(IntPtr.Zero);
12 references to SafeCryptMsgHandle
NuGet.Packaging (12)
Signing\Cms\NativeCms.cs (3)
16
private readonly
SafeCryptMsgHandle
_handle;
25
private NativeCms(
SafeCryptMsgHandle
handle)
216
var
handle = NativeMethods.CryptMsgOpenToDecode(
Signing\Cms\NativeMethods.cs (8)
19
public static extern
SafeCryptMsgHandle
CryptMsgOpenToEncode(
30
public static extern
SafeCryptMsgHandle
CryptMsgOpenToDecode(
41
SafeCryptMsgHandle
hCryptMsg,
53
SafeCryptMsgHandle
hCryptMsg,
61
SafeCryptMsgHandle
hCryptMsg,
69
SafeCryptMsgHandle
hCryptMsg,
88
SafeCryptMsgHandle
hCryptMsg,
133
internal static
SafeCryptMsgHandle
InvalidHandle => new SafeCryptMsgHandle(IntPtr.Zero);
Signing\Cms\NativeUtility.cs (1)
66
var
hMsg = NativeMethods.CryptMsgOpenToEncode(