Redwood
Redwood

Reputation: 69362

How do I create a lock/unlock button and behavior in my secure preference pane?

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

Upvotes: 4

Views: 495

Answers (1)

Rob Napier
Rob Napier

Reputation: 299623

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

Upvotes: 7

Related Questions