Share via


NSApplicationDelegate.ProtectedDataDidBecomeAvailable(NSNotification) Method

Definition

[Foundation.Export("applicationProtectedDataDidBecomeAvailable:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ProtectedDataDidBecomeAvailable(Foundation.NSNotification notification);
[<Foundation.Export("applicationProtectedDataDidBecomeAvailable:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ProtectedDataDidBecomeAvailable : Foundation.NSNotification -> unit
override this.ProtectedDataDidBecomeAvailable : Foundation.NSNotification -> unit

Parameters

notification
NSNotification

Implements

Attributes

Applies to