DCDevice.GenerateToken(DCDeviceGenerateTokenCompletionHandler) 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.
Generates an identification token for CurrentDevice and runs a handlere after the operation is complete.
[Foundation.Export("generateTokenWithCompletionHandler:")]
public virtual void GenerateToken (DeviceCheck.DCDeviceGenerateTokenCompletionHandler completion);
abstract member GenerateToken : DeviceCheck.DCDeviceGenerateTokenCompletionHandler -> unit
override this.GenerateToken : DeviceCheck.DCDeviceGenerateTokenCompletionHandler -> unit
Parameters
- completion
- DCDeviceGenerateTokenCompletionHandler
A handler to run after the operation is complete.
- Attributes