macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

NSURLAuthenticationChallenge

NSURLAuthenticationChallengeクラス

INDEX>Foundation>apple(OS X) apple(iOS) 解説 継承 NSObject 準拠 NSCoding NSObject (NSObject) フレームワーク /System/Library/Frameworks/Foundation.framework 使用可能 OS X v10.2.7以降 iOS 2.0以降 定義 NSURLAuthenticationChallenge.h 概要 クラ…

error

直前の認証失敗のエラーを返します 解説 直前の認証失敗のエラーを返します。 返り値 ( NSError * ) オブジェクト 引数 フレームワーク Foundation クラス NSURLAuthenticationChallenge Instance Methods 使用可能 10.2.7(10.2+safari) 参照 -failureRespon…

initWithAuthenticationChallenge:sender:

認証チャレンジオブジェクトを初期化して返します -(id)initWithAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge: sender:(id<NSURLAuthenticationChallengeSender>)sender: 解説 認証チャレンジオブジェクトを初期化して返します。 返り値 ( id ) オブジェクト 引数 ( NSURL</nsurlauthenticationchallengesender>…

initWithProtectionSpace:proposedCredential:previousFailureCount:failureResponse:error:sender:

-(id)initWithProtectionSpace:(NSURLProtectionSpace *)space: proposedCredential:(NSURLCredential *)credential: previousFailureCount:(int)count: failureResponse:(NSURLResponse *)response: error:(NSError *)error: sender:(id < NSURLAuthenticat…

failureResponse

解説 認証チャレンジに失敗を返します。 返り値 ( NSURLResponse * ) オブジェクト 引数 フレームワーク Foundation クラス NSURLAuthenticationChallenge Instance Methods 使用可能 10.2.7(10.2+safari) 参照 -error 例文

previousFailureCount

解説 認証に失敗した回数を返します。 返り値 ( unsigned int ) 整数値 引数 フレームワーク Foundation クラス NSURLAuthenticationChallenge Instance Methods 使用可能 10.2.7(10.2+safari) 参照 例文

proposedCredential

解説 認証チャレンジの信用証明書を返します。 返り値 ( NSURLCredential * ) オブジェクト 引数 フレームワーク Foundation クラス NSURLAuthenticationChallenge Instance Methods 使用可能 10.2.7(10.2+safari) 参照 例文

protectionSpace

解説 認証チャレンジの保護領域を返します。 返り値 ( NSURLProtectionSpace * ) オブジェクト 引数 フレームワーク Foundation クラス NSURLAuthenticationChallenge Instance Methods 使用可能 10.2.7(10.2+safari) 参照 例文

sender

解説 認証チャレンジの送信者を返します。 返り値 ( id<NSURLAuthenticationChallengeSender> ) オブジェクト 引数 フレームワーク Foundation クラス NSURLAuthenticationChallenge Instance Methods 使用可能 10.2.7(10.2+safari) 参照 例文</nsurlauthenticationchallengesender>