Share via


LARightStore.Remove Method

Definition

Overloads

Remove(LAPersistedRight, LARightStoreRemoveRightCompletionHandler)

[Foundation.Export("removeRight:completion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Remove(LocalAuthentication.LAPersistedRight right, LocalAuthentication.LARightStoreRemoveRightCompletionHandler handler);
[<Foundation.Export("removeRight:completion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Remove : LocalAuthentication.LAPersistedRight * LocalAuthentication.LARightStoreRemoveRightCompletionHandler -> unit
override this.Remove : LocalAuthentication.LAPersistedRight * LocalAuthentication.LARightStoreRemoveRightCompletionHandler -> unit

Parameters

Attributes

Applies to

Remove(String, LARightStoreRemoveRightCompletionHandler)

[Foundation.Export("removeRightForIdentifier:completion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Remove(string identifier, LocalAuthentication.LARightStoreRemoveRightCompletionHandler handler);
[<Foundation.Export("removeRightForIdentifier:completion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Remove : string * LocalAuthentication.LARightStoreRemoveRightCompletionHandler -> unit
override this.Remove : string * LocalAuthentication.LARightStoreRemoveRightCompletionHandler -> unit

Parameters

identifier
String
Attributes

Applies to