KeychainItem.ServiceName
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Property (As String )
aKeyChainItem.ServiceName = newStringValue
or
StringValue = aKeyChainItem.ServiceName
Supported for all project types and targets.
or
StringValue = aKeyChainItem.ServiceName
Supported for all project types and targets.
Contains the name of the service (required for adding, can be Nil to find).
To add a password for an application, set ServiceName to the application's name.