1001-08-05 NSURLCredentialStorageクラス クラス説明 Foundation NSURLCredentialStorage INDEX>Foundation>apple(OS X) apple(iOS) 解説 継承 NSObject 準拠 NSObject (NSObject) フレームワーク /System/Library/Frameworks/Foundation.framework 使用可能 OS X 10.0以降 使用可能 iOS 2.0以降 定義 NSURLCredentialStorage.h 概要 適合するプロトコル メソッド 証明書ストレージを取得 + sharedCredentialStorage デフォルトの証明書の取得と設定 – defaultCredentialForProtectionSpace – setDefaultCredential:forProtectionSpace 証明書の追加と除去 – removeCredential:forProtectionSpace – setCredential:forProtectionSpace 証明書の検索 – allCredentials – credentialsForProtectionSpace