MountOperationPropertyName
public enum MountOperationPropertyName : String, PropertyNameProtocol
Undocumented
-
Whether to use an anonymous user when authenticating.
Declaration
Swift
case anonymous = "anonymous"
-
The index of the user’s choice when a question is asked during the mount operation. See the
GMountOperation::ask-question
signal.Declaration
Swift
case choice = "choice"
-
The domain to use for the mount operation.
Declaration
Swift
case domain = "domain"
-
Undocumented
Declaration
Swift
case isShowing = "is-showing"
-
Whether the device to be unlocked is a TCRYPT hidden volume. See the VeraCrypt documentation.
Declaration
Swift
case isTcryptHiddenVolume = "is-tcrypt-hidden-volume"
-
Whether the device to be unlocked is a TCRYPT system volume. In this context, a system volume is a volume with a bootloader and operating system installed. This is only supported for Windows operating systems. For further documentation, see the VeraCrypt documentation.
Declaration
Swift
case isTcryptSystemVolume = "is-tcrypt-system-volume"
-
Undocumented
Declaration
Swift
case parent = "parent"
-
The password that is used for authentication when carrying out the mount operation.
Declaration
Swift
case password = "password"
-
Determines if and how the password information should be saved.
Declaration
Swift
case passwordSave = "password-save"
-
The VeraCrypt PIM value, when unlocking a VeraCrypt volume. See the VeraCrypt documentation.
Declaration
Swift
case pim = "pim"
-
Undocumented
Declaration
Swift
case screen = "screen"
-
The user name that is used for authentication when carrying out the mount operation.
Declaration
Swift
case username = "username"