The list of :class:`~windows.generated_def.winstructs.CMSG_SIGNER_INFO` embed in the message
(self)
| 84 | |
| 85 | @property |
| 86 | def signers(self): |
| 87 | """The list of :class:`~windows.generated_def.winstructs.CMSG_SIGNER_INFO` embed in the message""" |
| 88 | return [self.get_signer_data(i) for i in range(self.nb_signer)] |
| 89 | |
| 90 | @property |
| 91 | def nb_recipient(self): |
nothing calls this directly
no test coverage detected