DTKeychainGenericPassword Class Reference
| Inherits from | DTKeychainItem : NSObject |
| Declared in | DTKeychainGenericPassword.h |
Properties
account
The account name of the receiver
@property (nonatomic, copy) NSString *accountDeclared In
DTKeychainGenericPassword.hpassword
The generic password of the receiver
@property (nonatomic, copy) NSString *passwordDeclared In
DTKeychainGenericPassword.hservice
The name of the service for which the receiver is a password
@property (nonatomic, copy) NSString *serviceDeclared In
DTKeychainGenericPassword.hClass 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 *)accountDeclared In
DTKeychainGenericPassword.h