KeychainItem.Handle

From Xojo Documentation

Read-Only Property (As Integer )


IntegerValue = aKeychainItem.Handle

Supported for all project types and targets.

Contains the KeychainItem reference, for use with macOS API calls.

Example

This example gets the handle to the KeychainItem.

Var i As Integer
Var kci As New KeychainItem
i = kci.Handle