The methods of MonoMac.Security.SecKeyChain are listed below. For a list of all members, see the SecKeyChain Members list.
See Also: Inherited members from System.Object
static | Add(SecRecord)Adds the specified record to the keychain. | |
static | AddGenericPassword(string, string, byte[])The method allows to add a new generic password to the default keychain (MacOS only). | |
static | AddInternetPassword(string, string, byte[], SecProtocol, short, string, SecAuthenticationType, string)This method allows to add a new Internet password to the default keychain (MacOS only). | |
static | FindGenericPassword(string, string, out byte[])This method looks up for a generic password in the default keychain (MacOS only). | |
static | FindInternetPassword(string, string, out byte[], SecProtocol, short, string, SecAuthenticationType, string)This method looks up for the password in the default MacOS keychain for Internet accounts. | |
static | QueryAsData(SecRecord)Fetches an NSData record from the Keychain. | |
static | QueryAsData(SecRecord, int)Documentation for this section has not yet been entered. | |
static | QueryAsData(SecRecord, bool, out SecStatusCode)Documentation for this section has not yet been entered. | |
static | QueryAsData(SecRecord, bool, int, out SecStatusCode)Documentation for this section has not yet been entered. | |
static | QueryAsRecord(SecRecord, out SecStatusCode)Documentation for this section has not yet been entered. | |
static | QueryAsRecord(SecRecord, int, out SecStatusCode)Documentation for this section has not yet been entered. | |
static | Remove(SecRecord)Documentation for this section has not yet been entered. | |
static | Update(SecRecord, SecRecord)Documentation for this section has not yet been entered. | |