FileProtectionType
public enum FileProtectionType : String, CaseIterable
An enumeration representing the types of file protection available.
This enum provides different levels of file protection that can be applied
to secure files. Each case corresponds to a specific file protection type
and is represented as a String.
- Conforms to:
CaseIterable: Allows iteration over all cases of the enum.
-
Undocumented
Declaration
Swift
case none -
Undocumented
Declaration
Swift
case complete -
Undocumented
Declaration
Swift
case completeUnlessOpen -
Undocumented
Declaration
Swift
case completeUntilFirstUserAuthentication -
Undocumented
Declaration
Swift
public var systemValue: String { get }
View on GitHub