TKSmartCardSlotManager.CreateNfcSlotAsync(String) 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.
Creates an NFC smart card slot asynchronously, displaying a message in the system-presented NFC UI.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<CryptoTokenKit.TKSmartCardSlotNFCSession> CreateNfcSlotAsync(string? message);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateNfcSlotAsync : string -> System.Threading.Tasks.Task<CryptoTokenKit.TKSmartCardSlotNFCSession>
override this.CreateNfcSlotAsync : string -> System.Threading.Tasks.Task<CryptoTokenKit.TKSmartCardSlotNFCSession>
Parameters
- message
- String
The message to display in the system-presented NFC UI.
Returns
A task that represents the asynchronous CreateNfcSlot operation. The value of the TResult parameter is of type System.Action<CryptoTokenKit.TKSmartCardSlotNFCSession,Foundation.NSError>.
- Attributes