File: LoginSearchType.cs

package info (click to toggle)
keepass2-plugin-keepassrpc 2.0.2%2Bdfsg2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,304 kB
  • sloc: cs: 29,001; makefile: 16
file content (5 lines) | stat: -rw-r--r-- 198 bytes parent folder | download
1
2
3
4
5
namespace KeePassRPC.Models.DataExchange
{
    // This is no longer used but remains in the DTO spec for backwards compatibility
    public enum LoginSearchType { LSTall, LSTnoForms, LSTnoRealms }
}