mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-09-19 10:08:26 +08:00
初始化
This commit is contained in:
15
CPF.Mac/Mac/Security/AuthorizationFlags.cs
Normal file
15
CPF.Mac/Mac/Security/AuthorizationFlags.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace CPF.Mac.Security
|
||||
{
|
||||
[Flags]
|
||||
public enum AuthorizationFlags
|
||||
{
|
||||
Defaults = 0x0,
|
||||
InteractionAllowed = 0x1,
|
||||
ExtendRights = 0x2,
|
||||
PartialRights = 0x4,
|
||||
DestroyRights = 0x8,
|
||||
PreAuthorize = 0x10
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user