In this method,you must invoke one of the challenge-responder methods (URLAuthenticationChallengeSender protocol):
このメソッドにおいて、あなたは以下のチャレンジレスポンダメソッド(URLAuthenticationChallengeSender protocol)の1つを発動する必要があります:
You might also want to analyze challenge for the authentication scheme and the proposed credential before calling a URLAuthenticationChallengeSender method. You should never assume that a proposed credential is present. You can either create your own credential and respond with that, or you can send the proposed credential back. (Because this object is immutable, if you want to change it you must copy it and then modify the copy.)
あなたはまたchallengeを、認証スキームそして提案された資格情報に対してURLAuthenticationChallengeSenderメソッドを呼び出す前に分析したいかもしれません。あなたは、決して提案された資格情報が存在すると仮定すべきではありません。あなたは、あなた独自の資格情報を作成してそれで応答できます、またはあなたは提案された資格情報を送り返すこもできます。(このオブジェクトは不変であることから、あなたがそれを変更したいならばあなたはそれをコピーしてそれからそのコピーを修正しなければなりません)
Sent to determine whether the URL loader should use the credential storage for authenticating the connection.
URLローダーが資格情報ストレージを接続の認証に対して使うべきかどうかを決定するために送られます。