9 references to CMSG_GETPARAM_TYPE
NuGet.Packaging (9)
Signing\Cms\NativeCms.cs (5)
32return GetByteArrayAttribute(CMSG_GETPARAM_TYPE.CMSG_ENCRYPTED_DIGEST, index: 0); 35private byte[] GetByteArrayAttribute(CMSG_GETPARAM_TYPE param, uint index) 89CMSG_GETPARAM_TYPE.CMSG_SIGNER_UNAUTH_ATTR_PARAM, 103CMSG_GETPARAM_TYPE.CMSG_SIGNER_UNAUTH_ATTR_PARAM, 508return GetByteArrayAttribute(CMSG_GETPARAM_TYPE.CMSG_ENCODED_MESSAGE, index: 0);
Signing\Cms\NativeMethods.cs (2)
62CMSG_GETPARAM_TYPE dwParamType, 70CMSG_GETPARAM_TYPE dwParamType,
Signing\Cms\NativeUtility.cs (2)
86CMSG_GETPARAM_TYPE.CMSG_CONTENT_PARAM, 95CMSG_GETPARAM_TYPE.CMSG_CONTENT_PARAM,