LAAccessControlOperation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates access control operations for the EvaluateAccessControl(SecAccessControl, LAAccessControlOperation, String, Action<Boolean,NSError>) method.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public enum LAAccessControlOperation
type LAAccessControlOperation =
- Inheritance
-
LAAccessControlOperation
- Attributes
Fields
Name | Value | Description |
---|---|---|
CreateItem | 0 | Indicates an item creation operation. |
UseItem | 1 | Indicates an item use operation. |
CreateKey | 2 | Indicates a key creation operation. |
UseKeySign | 3 | Indicates an key signing operation. |
UseKeyDecrypt | 4 | Indicates a decryption operation with a key. |
UseKeyKeyExchange | 5 | Indicates an key exchange operation. |