How do I programmatically mount an APFS encrypted device?
If it is a normal device, Can be mounted using DADiskMount of Disk Arbitration Framework.
However, in the case of APFS encryption, it will not be mounted even if DADiskMount is used in the same way.
I think it requires a password to mount.
Please tell me if there is a way to programmatically mount the APFS encrypted device.
The language I'm currently using is Objective-C.