UIApplicationDelegate_Extensions.ProtectedDataDidBecomeAvailable Method

Definition

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

This
IUIApplicationDelegate

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.

Applies to