Module: Sec::Search
- Defined in:
- lib/keychain/sec.rb
Overview
Search match types for use with SecCopyMatching
Constant Summary collapse
- ALL =
meta value for LIMIT indicating that all items be returned (kSecMatchLimitAll)
CF::Base.typecast(Sec.kSecMatchLimitAll)
- LIMIT =
hash key indicating the maximum number of items (kSecMatchLimit)
CF::Base.typecast(Sec.kSecMatchLimit)