1.1 --- a/MYDecoder.h Sun Apr 12 22:02:20 2009 -0700
1.2 +++ b/MYDecoder.h Sun Apr 12 22:16:14 2009 -0700
1.3 @@ -132,9 +132,8 @@
1.4 /** Returns the SecTrustRef that was used to verify the certificate.
1.5 You can use this object to get more detailed information about how the verification was done.
1.6 If you set the parent decoder's policy property, then that SecPolicy will be used to evaluate
1.7 - trust; otherwise you'll need to do it yourself using the SecTrust object.
1.8 - You must CFRelease the result when you're finished with it. */
1.9 -- (SecTrustRef) trust;
1.10 + trust; otherwise you'll need to do it yourself using the SecTrust object. */
1.11 +@property (readonly) SecTrustRef trust;
1.12
1.13 /** The result of certificate verification, as a CSSM_RESULT code;
1.14 * a nonzero value indicates an error.