KeychainMBS class
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
KeychainMBS class
The class for a keychain.
- 3 properties
- 18 methods
- method AddGenericPassword(serviceName as string, accountName as string, password as memoryblock) as KeychainItemMBS
- method AddGenericPassword(serviceName as string, accountName as string, password as string) as KeychainItemMBS
- method AddInternetPassword(serverName as string, securityDomain as string, accountName as string, path as string, port as Integer, protocol as string, authenticationType as string, password as memoryblock) as KeychainItemMBS
- method AddInternetPassword(serverName as string, securityDomain as string, accountName as string, path as string, port as Integer, protocol as string, authenticationType as string, password as string) as KeychainItemMBS
- method AllItems(itemClass as string) as KeychainItemMBS()
- method Delete
- method FindGenericItem(serviceName as string, accountName as string) as KeychainItemMBS
- method FindGenericPassword(serviceName as string, accountName as string, byref password as memoryblock) as KeychainItemMBS
- method FindInternetItem(serverName as string, securityDomain as string, accountName as string, path as string, port as Integer, protocol as string, authenticationType as string) as KeychainItemMBS
- method FindInternetPassword(serverName as string, securityDomain as string, accountName as string, path as string, port as Integer, protocol as string, authenticationType as string, byref password as memoryblock) as KeychainItemMBS
- method IsUnlocked as boolean
- method Lock
- method Name as string
- method Path as string
- method SetDefault
- method Status as Integer
- method Unlock
- method Unlock(password as string)
- 3 constants
Status Constants
Constant |
Value |
Description |
StatusReadable
|
2 |
Indicates the keychain is readable.
|
StatusUnlocked
|
1 |
Indicates the keychain is unlocked.
|
StatusWritable
|
4 |
Indicates the keychain is writable.
|
This class has no sub classes.
Some methods using this class:
- KeychainItemMBS.Keychain as KeychainMBS
- KeychainManagerMBS.AddGenericPassword(keychain as KeychainMBS, serviceName as string, accountName as string, password as memoryblock) as KeychainItemMBS
- KeychainManagerMBS.AddInternetPassword(keychain as KeychainMBS, serverName as string, securityDomain as string, accountName as string, path as string, port as Integer, protocol as string, authenticationType as string, password as memoryblock) as KeychainItemMBS
- KeychainManagerMBS.AddItemAsync(Keychain as KeychainMBS, attributesDictionary as dictionary, handler as AddItemAsyncCompletedMBS, tag as Variant = nil)
- KeychainManagerMBS.Default as KeychainMBS
- KeychainManagerMBS.DomainDefault(domain as Integer) as KeychainMBS
- KeychainManagerMBS.FindGenericPassword(keychain as KeychainMBS, serviceName as string, accountName as string, byref password as memoryblock) as KeychainItemMBS
- KeychainManagerMBS.Open(file as folderitem) as KeychainMBS
- KeychainManagerMBS.SearchList as KeychainMBS()
- KeychainManagerMBS.SetSearchList(list() as KeychainMBS)
Some examples using this class:
Blog Entries
The items on this page are in the following plugins: MBS MacClassic Plugin.
KeychainItemMBS
-
KeychainSearchMBS