SecurityInterface Data Types Reference
| Framework | SecurityInterface/SFAuthorizationView.h |
| Declared in | SFAuthorizationView.h |
Overview
This document describes the data types found in the Security Interface framework.
Data Types
SFAuthorizationViewState
Defines the current state of the authorization view.
typedef enum{
SFAuthorizationStartupState,
SFAuthorizationViewLockedState,
SFAuthorizationViewInProgressState,
SFAuthorizationViewUnlockedState
} SFAuthorizationViewState;
Discussion
These constants are described in “Constants” in SFAuthorizationView.
Availability
- Available in OS X v10.3 and later.
Declared In
SFAuthorizationView.h© 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-05-23)