Unit 'JwaWindows' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#winunits-jedi]

_CRYPT_SIGN_MESSAGE_PARA

Declaration

Source position: jwawincrypt.pas line 13293

type _CRYPT_SIGN_MESSAGE_PARA = record

  cbSize: DWORD;

  dwMsgEncodingType: DWORD;

  pSigningCert: PCCERT_CONTEXT;

  HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER;

  pvHashAuxInfo: Pointer;

  cMsgCert: DWORD;

  rgpMsgCert: PPCCERT_CONTEXT;

  cMsgCrl: DWORD;

  rgpMsgCrl: PPCCRL_CONTEXT;

  cAuthAttr: DWORD;

  rgAuthAttr: PCRYPT_ATTRIBUTE;

  cUnauthAttr: DWORD;

  rgUnauthAttr: PCRYPT_ATTRIBUTE;

  dwFlags: DWORD;

  dwInnerContentType: DWORD;

end;


Documentation generated on: 2023-03-18