]>
Commit | Line | Data |
---|---|---|
d8f41ccd A |
1 | // ====================================================================== |
2 | // File: KCAPI_Cert.h | |
3 | // | |
4 | // Operation classes for APIs for working with Certificates | |
5 | // - KCFindX509Certificates | |
6 | // - KCChooseCertificate | |
7 | // | |
8 | // | |
9 | // Copyright: Copyright (c) 2000,2003 Apple Computer, Inc. All Rights Reserved. | |
10 | // | |
11 | // Change History (most recent first): | |
12 | // | |
13 | // <1> 3/1/00 em Created. | |
14 | // ====================================================================== | |
15 | ||
16 | #ifndef __KCAPI_CERT__ | |
17 | #define __KCAPI_CERT__ | |
18 | ||
19 | #include "KCOperation.h" | |
20 | #include "KCOperationID.h" | |
21 | ||
22 | ||
23 |