Returns the signer informations for signer nb ``index`` :return: :class:`~windows.generated_def.winstructs.CMSG_SIGNER_INFO`
(self, index=0)
| 76 | |
| 77 | |
| 78 | def get_signer_data(self, index=0): |
| 79 | """Returns the signer informations for signer nb ``index`` |
| 80 | |
| 81 | :return: :class:`~windows.generated_def.winstructs.CMSG_SIGNER_INFO` |
| 82 | """ |
| 83 | return self.get_param(gdef.CMSG_SIGNER_INFO_PARAM, index) |
| 84 | |
| 85 | @property |
| 86 | def signers(self): |