2009-05-11 7 views

답변

-1
SecKeyRef publicKeyReference = NULL; 
NSMutableDictionary* queryPublicKey; 

SecItemCopyMatching((CFDictionaryRef)queryPublicKey, (CFTypeRef *)&publicKeyReference); 

publicKeyReference - 공개 키 표현입니다. queryPublicKey - 인증서 표현입니다. SecItemCopyMatching - 인증서에서 공개 키를 검색 할 수있는 기능!

관련 문제