Share via


LARightStore.RemoveAsync Method

Definition

Overloads

RemoveAsync(LAPersistedRight)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task RemoveAsync(LocalAuthentication.LAPersistedRight right);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveAsync : LocalAuthentication.LAPersistedRight -> System.Threading.Tasks.Task
override this.RemoveAsync : LocalAuthentication.LAPersistedRight -> System.Threading.Tasks.Task

Parameters

Returns

Attributes

Applies to

RemoveAsync(String)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task RemoveAsync(string identifier);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveAsync : string -> System.Threading.Tasks.Task
override this.RemoveAsync : string -> System.Threading.Tasks.Task

Parameters

identifier
String

Returns

Attributes

Applies to