]> git.saurik.com Git - apple/security.git/blobdiff - Keychain/SecTrust.h
Security-163.tar.gz
[apple/security.git] / Keychain / SecTrust.h
index 727301227b330cea840c7a6651399f43f747ee13..523da7c4e3f19a5e3ba0367238e83a89b90fe43b 100644 (file)
@@ -79,7 +79,8 @@ CFTypeID SecTrustGetTypeID(void);
        @function SecTrustCreateWithCertificates
        @abstract Creates a trust based on the given certificates and policies.
     @param certificates The group of certificates to verify.
-    @param policies An array of one or more policies.
+    @param policies An array of one or more policies. You may pass a SecPolicyRef
+               to represent a single policy.
        @param trustRef On return, a pointer to the trust management reference.
        @result A result code.  See "Security Error Codes" (SecBase.h).
 */