Displays a panel that allows users to change keychain settings.
Original signature is '- (NSInt)runModalForSettings:(SecKeychainSettings *)settings keychain:(SecKeychainRef)keychain'
Available in Mac OS X v10.3 and later.

Declaration Syntax
public virtual int RunModalForSettingsKeychain(
IntPtr settings,
IntPtr keychain
)
Public Overridable Function RunModalForSettingsKeychain ( _
settings As IntPtr, _
keychain As IntPtr _
) As Integer
public:
virtual int RunModalForSettingsKeychain(
IntPtr settings,
IntPtr keychain
)

Parameters
- settings (IntPtr)
- A pointer to a keychain settngs structure. Because this structure is versioned, you must preallocate it and fill in the version of the structure.
- keychain (IntPtr)
- The keychain whose settings you wish to have the user change.

Return Value
[Missing <returns> documentation for "M:Monobjc.SecurityInterface.SFKeychainSettingsPanel.RunModalForSettingsKeychain(System.IntPtr,System.IntPtr)"]

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.SecurityInterface (Module: Monobjc.SecurityInterface)