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

Method security_attribute

windows/alpc.py:65–70  ·  view source on GitHub ↗

The :data:`~windows.generated_def.ALPC_MESSAGE_SECURITY_ATTRIBUTE` of the message :type: :class:`ALPC_SECURITY_ATTR`

(self)

Source from the content-addressed store, hash-verified

63 ## Low level attributes access
64 @property
65 def security_attribute(self):
66 """The :data:`~windows.generated_def.ALPC_MESSAGE_SECURITY_ATTRIBUTE` of the message
67
68 :type: :class:`ALPC_SECURITY_ATTR`
69 """
70 return self.attributes.get_attribute(gdef.ALPC_MESSAGE_SECURITY_ATTRIBUTE)
71
72 @property
73 def view_attribute(self):

Callers

nothing calls this directly

Calls 1

get_attributeMethod · 0.80

Tested by

no test coverage detected