LARightStore.Save 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 |
|---|---|
| Save(LARight, String, LARightStoreCompletionHandler) | |
| Save(LARight, String, NSData, LARightStoreCompletionHandler) |
Save(LARight, String, LARightStoreCompletionHandler)
[Foundation.Export("saveRight:identifier:completion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Save(LocalAuthentication.LARight right, string identifier, LocalAuthentication.LARightStoreCompletionHandler handler);
[<Foundation.Export("saveRight:identifier:completion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Save : LocalAuthentication.LARight * string * LocalAuthentication.LARightStoreCompletionHandler -> unit
override this.Save : LocalAuthentication.LARight * string * LocalAuthentication.LARightStoreCompletionHandler -> unit
Parameters
- right
- LARight
- identifier
- String
- handler
- LARightStoreCompletionHandler
- Attributes
Applies to
Save(LARight, String, NSData, LARightStoreCompletionHandler)
[Foundation.Export("saveRight:identifier:secret:completion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Save(LocalAuthentication.LARight right, string identifier, Foundation.NSData secret, LocalAuthentication.LARightStoreCompletionHandler handler);
[<Foundation.Export("saveRight:identifier:secret:completion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Save : LocalAuthentication.LARight * string * Foundation.NSData * LocalAuthentication.LARightStoreCompletionHandler -> unit
override this.Save : LocalAuthentication.LARight * string * Foundation.NSData * LocalAuthentication.LARightStoreCompletionHandler -> unit
Parameters
- right
- LARight
- identifier
- String
- secret
- NSData
- handler
- LARightStoreCompletionHandler
- Attributes