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

_CMSG_KEY_AGREE_ENCRYPT_INFO

Declaration

Source position: jwawincrypt.pas line 7736

type _CMSG_KEY_AGREE_ENCRYPT_INFO = record

  cbSize: DWORD;

  dwRecipientIndex: DWORD;

  KeyEncryptionAlgorithm: CRYPT_ALGORITHM_IDENTIFIER;

  UserKeyingMaterial: CRYPT_DATA_BLOB;

  dwOriginatorChoice: DWORD;

  Union: record

    case Integer of

      0: (

          OriginatorCertId: CERT_ID;

        );

      1: (

          OriginatorPublicKeyInfo: CERT_PUBLIC_KEY_INFO;

        );

  end;

  cKeyAgreeKeyEncryptInfo: DWORD;

  rgpKeyAgreeKeyEncryptInfo: PPCMSG_KEY_AGREE_KEY_ENCRYPT_INFO;

  dwFlags: DWORD;

end;


Documentation generated on: 2023-03-18