The members of Security.SecKeyChain are listed below.
See Also: Inherited members from System.Object
static | Add(SecRecord)Adds the specified record to the keychain. | |
static | QueryAsConcreteType(SecRecord, out SecStatusCode)Use this method to query the KeyChain and get back a Security.SecCertificate, a Security.SecKey or a Security.SecIdentity. | |
static | QueryAsData(SecRecord)Fetches an NSData record from the Keychain. | |
static | QueryAsData(SecRecord, int)Fetches a set of NSData records from the Keychain. | |
static | QueryAsData(SecRecord, bool, out SecStatusCode)Fetches a set of NSData records from the Keychain.Fetches an NSData record from the Keychain. | |
static | QueryAsData(SecRecord, bool, int, out SecStatusCode)Fetches a set of NSData records from the Keychain. | |
static | QueryAsRecord(SecRecord, out SecStatusCode)Fetches a single SecRecord. | |
static | QueryAsRecord(SecRecord, int, out SecStatusCode)Fetches one or more SecRecords. | |
static | Remove(SecRecord)Removes the specified record from the keychain. | |
static | Update(SecRecord, SecRecord)Updates the record matching the query with the provided data. | |