MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / signers

Method signers

windows/crypto/cryptmsg.py:86–88  ·  view source on GitHub ↗

The list of :class:`~windows.generated_def.winstructs.CMSG_SIGNER_INFO` embed in the message

(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

get_signer_dataMethod · 0.95

Tested by

no test coverage detected