diff -r 4c0eafa7b233 -r df9da0f6b358 MYCertificate.h --- a/MYCertificate.h Sun Apr 12 22:02:20 2009 -0700 +++ b/MYCertificate.h Fri Jun 05 08:57:18 2009 -0700 @@ -12,7 +12,7 @@ #import #endif -@class MYPublicKey; +@class MYPublicKey, MYIdentity; /** An X.509 certificate. */ @@ -57,6 +57,9 @@ type: (CSSM_CERT_TYPE) type encoding: (CSSM_CERT_ENCODING) encoding; +/** The Identity (if any) that this Certificate is part of. */ +@property (readonly) MYIdentity *identity; + /** The list (if any) of the subject's email addresses. */ @property (readonly) NSArray *emailAddresses;