UIApplicationDelegate_Extensions.ProtectedDataDidBecomeAvailable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Protected files are now available.
public static void ProtectedDataDidBecomeAvailable (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application);
static member ProtectedDataDidBecomeAvailable : UIKit.IUIApplicationDelegate * UIKit.UIApplication -> unit
Parameters
The instance on which this extension method operates.
- application
- UIApplication
Reference to the UIApplication that invoked this delegate method.
Remarks
Content protection encrypts and restricts access to protected files in certain situations, such as when the device is locked. This method will be called when the device is unlocked and the files are available for reading.