LARightStore.RemoveAsync 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.
Overloads
| Name | Description |
|---|---|
| RemoveAsync(LAPersistedRight) | |
| RemoveAsync(String) |
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
- right
- LAPersistedRight
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