diff --git a/src/rpcclient/rpcclient/ios/mobile_gestalt.py b/src/rpcclient/rpcclient/ios/mobile_gestalt.py index e4494fb..b7189e5 100644 --- a/src/rpcclient/rpcclient/ios/mobile_gestalt.py +++ b/src/rpcclient/rpcclient/ios/mobile_gestalt.py @@ -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