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