MonoMac.Security.SecKeyChain: Method Members

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

Public Methods

static
Add(SecRecord) : SecStatusCode
Adds the specified record to the keychain.
static
AddGenericPassword(string, string, byte[]) : SecStatusCode
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) : SecStatusCode
This method allows to add a new Internet password to the default keychain (MacOS only).
static
FindGenericPassword(string, string, out byte[]) : SecStatusCode
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) : SecStatusCode
This method looks up for the password in the default MacOS keychain for Internet accounts.
static
QueryAsData(SecRecord) : MonoMac.Foundation.NSData
Fetches an NSData record from the Keychain.
static
QueryAsData(SecRecord, int) : MonoMac.Foundation.NSData[]
Documentation for this section has not yet been entered.
static
QueryAsData(SecRecord, bool, out SecStatusCode) : MonoMac.Foundation.NSData
Documentation for this section has not yet been entered.
static
QueryAsData(SecRecord, bool, int, out SecStatusCode) : MonoMac.Foundation.NSData[]
Documentation for this section has not yet been entered.
static
QueryAsRecord(SecRecord, out SecStatusCode) : SecRecord
Documentation for this section has not yet been entered.
static
QueryAsRecord(SecRecord, int, out SecStatusCode) : SecRecord[]
Documentation for this section has not yet been entered.
static
Remove(SecRecord) : SecStatusCode
Documentation for this section has not yet been entered.
static
Update(SecRecord, SecRecord) : SecStatusCode
Documentation for this section has not yet been entered.