Skip to content

Commit

Permalink
Merge pull request #376 from doronz88/feature/PasswordProtected
Browse files Browse the repository at this point in the history
client: mobile_gestalt: add `PasswordProtected`
  • Loading branch information
doronz88 authored Nov 20, 2024
2 parents aedb281 + 0228f27 commit cf0d181
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 cf0d181

Please sign in to comment.