pyregfi
|
Represents a registry SK record which contains a security descriptor. More...
Public Member Functions | |
next_security (self) | |
Loads the "next" Security record in the hive. | |
prev_security (self) | |
Loads the "previous" Security record in the hive. | |
![]() | |
__eq__ (self, other) | |
Test for equality. | |
Represents a registry SK record which contains a security descriptor.
pyregfi.Security.next_security | ( | self | ) |
Loads the "next" Security record in the hive.
References pyregfi._StructureWrapper._base, pyregfi.Security._base, pyregfi.Key._base, pyregfi._StructureWrapper._hive, pyregfi.Security._hive, pyregfi._GenericList._hive, pyregfi.Key._hive, and pyregfi.HiveIterator._hive.
pyregfi.Security.prev_security | ( | self | ) |
Loads the "previous" Security record in the hive.
References pyregfi._StructureWrapper._base, pyregfi.Security._base, pyregfi.Key._base, pyregfi._StructureWrapper._hive, pyregfi.Security._hive, pyregfi._GenericList._hive, pyregfi.Key._hive, and pyregfi.HiveIterator._hive.