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-questionsignal.Declaration
Swift
case choice = "choice" -
The display where dialogs will be shown.
Declaration
Swift
case display = "display" -
The domain to use for the mount operation.
Declaration
Swift
case domain = "domain" -
Whether a dialog is currently shown.
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" -
The parent window.
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" -
The user name that is used for authentication when carrying out the mount operation.
Declaration
Swift
case username = "username"
View on GitHub
Install in Dash
MountOperationPropertyName Enumeration Reference