Home
last modified time | relevance | path

Searched refs:KeyPromptFlags (Results 1 – 3 of 3) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DKeyPromptForm.cs218 ulong uKpf = Program.Config.UI.KeyPromptFlags; in OnFormLoad()
419 bool bPwAllowed = ((Program.Config.UI.KeyPromptFlags & in EnableUserControls()
424 if((Program.Config.UI.KeyPromptFlags & in EnableUserControls()
428 bool bUaAllowed = ((Program.Config.UI.KeyPromptFlags & in EnableUserControls()
450 if(((Program.Config.UI.KeyPromptFlags & (ulong)AceKeyUIFlags.CheckPassword) == 0) && in ProcessTextChangedPassword()
451 ((Program.Config.UI.KeyPromptFlags & (ulong)AceKeyUIFlags.UncheckPassword) == 0)) in ProcessTextChangedPassword()
513 if((Program.Config.UI.KeyPromptFlags & in OnClickKeyFileBrowse()
533 if((Program.Config.UI.KeyPromptFlags & in OnKeyFileSelectedIndexChanged()
538 else if((Program.Config.UI.KeyPromptFlags & in OnKeyFileSelectedIndexChanged()
/dports/security/keepass/KeePass-2.49-Source/KeePass/App/Configuration/
H A DAceUI.cs342 public ulong KeyPromptFlags property in KeePass.App.Configuration.AceUI
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/XmlSerialization/
H A DXmlSerializerEx.Gen.cs566 o.KeyPromptFlags = ReadUInt64(xr); in ReadAceUI()