iPhone の .mobileconfig ファイルに保存されている .pfx を使用してサーバーに接続しようとしています。
サーバーがそれを要求するとき
-(void)connection:(NSURLConnection*)connection didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge*)challenge{
.pfx を使用して NSURLCredential を作成するにはどうすればよいですか? 使うべきか
+ (NSURLCredential *)credentialWithIdentity:(SecIdentityRef)identity certificates:(NSArray *)certArray persistence:(NSURLCredentialPersistence)persistence
その場合、.pfx を抽出して配列に入れるにはどうすればよいですか。
前もって感謝します。