Skip to content

Commit

Permalink
client: mobile_gestalt: add PasswordProtected
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Nov 20, 2024
1 parent aedb281 commit 0228f27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/rpcclient/rpcclient/ios/mobile_gestalt.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,10 @@ def IsUIBuild(self):
def PasswordConfigured(self):
return self.get_answer('PasswordConfigured')

@property
def PasswordProtected(self):
return self.get_answer('PasswordProtected')

# Regional Behaviour

@property
Expand Down

0 comments on commit 0228f27

Please sign in to comment.