pub const ADMITTED_RIGHTS: &str = "FRFWFXSD";Expand description
The rights the selected login or foreground account is admitted with.
FR FW FX SD — FILE_GENERIC_READ, FILE_GENERIC_WRITE,
FILE_GENERIC_EXECUTE and DELETE. See this module’s documentation for why
this is deliberately not FA.