DTKeychainGenericPassword Class Reference
Inherits from | DTKeychainItem : NSObject |
Declared in | DTKeychainGenericPassword.h |
Properties
account
The account name of the receiver
@property (nonatomic, copy) NSString *account
Declared In
DTKeychainGenericPassword.h
password
The generic password of the receiver
@property (nonatomic, copy) NSString *password
Declared In
DTKeychainGenericPassword.h
service
The name of the service for which the receiver is a password
@property (nonatomic, copy) NSString *service
Declared In
DTKeychainGenericPassword.h
Class Methods
keychainItemQueryForService:account:
Constructs a query for generic passwords for the given service. Passing both nil
for account and service searches for all generic keychain items that the process has access to.
+ (NSDictionary *)keychainItemQueryForService:(NSString *)service account:(NSString *)account
Declared In
DTKeychainGenericPassword.h