LAAccessControlOperation Enum

Definition

[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

CreateItem 0

Indicates an item creation operation.

CreateKey 2

Indicates a key creation operation.

UseItem 1

Indicates an item use operation.

UseKeyDecrypt 4

Indicates a decryption operation with a key.

UseKeyKeyExchange 5

Indicates an key exchange operation.

UseKeySign 3

Indicates an key signing operation.

Applies to