Inherits from DTKeychainItem : NSObject
Declared in DTKeychainGenericPassword.h

Overview

A keychain item representing an account password for a generic service.

Tasks

Properties

Constructing Queries

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

Parameters

service

The optional name of the service

account

The optional account name for the query

Declared In

DTKeychainGenericPassword.h