Skip navigation.
 
mlRe: Password entry dialog
FROM : Jean-Daniel Dupas
DATE : Thu May 15 18:32:44 2008

All security related API are in the Security Framework(s).

You do not have control of what to user enter in this dialog, its main 
purpose is to create some "rights" and return them to you if the user 
is allow to use them.

Usually this dialog is automatically displayed when you query some 
authorizaton. The cocoa way to do this is to use the "SFAuthorization" 
class from SecurityFoundation framework.

What do you want to do exactly with this dialog ?



Le 15 mai 08 à 02:12, Ron Aldrich a écrit :

> Hello Folks,
>
> I'm trying to figure out where the API for the system's password 
> entry dialog is defined.
>
> In particular, I'm interested in using the dialog which is used by 
> Disk Utility (i.e. diskimages-helper) to enter passwords.
>
> Is there a public API for password entry dialogs? Or should I just 
> roll my own?
>
> Thanks,
>
> Ron Aldrich
> Software Architects, Inc.
>
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>
>

Related mailsAuthorDate
mlPassword entry dialog Ron Aldrich May 15, 02:12
mlRe: Password entry dialog Michael Vannorsdel May 15, 18:25
mlRe: Password entry dialog glenn andreas May 15, 18:29
mlRe: Password entry dialog Jean-Daniel Dupas May 15, 18:32
mlRe: Password entry dialog Jack Repenning May 15, 18:38
mlRe: Password entry dialog Ron Aldrich May 15, 23:17
mlRe: Password entry dialog Jean-Daniel Dupas May 15, 23:43