views:

126

answers:

1

Is there a guide out there for imitating the Lock/Unlock button and behavior of the secure Apple preference panes? (e.g. Network)

+5  A: 

You want an SFAuthorizationView. You also want to study the Authorization Services Programming Guide.

Rob Napier
That is indeed exactly what I want. I knew there had to be a way to do it without creating it from scratch. Thanks.
Lawrence Johnston