func download(NSURLDownload, canAuthenticateAgainstProtectionSpace : URLProtectionSpace) -> Bool
Sent to determine whether the delegate is able to respond to a protection space’s form of authentication.
委任先が保護空間のもつ認証の形式に応答できるかどうかを決定するために送られます。
func download(NSURLDownload, didCancel : URLAuthenticationChallenge)
Sent if an authentication challenge is canceled due to the protocol implementation encountering an error.
プロトコル実装がエラーに出くわすために認証チャレンジがキャンセルされるならば送られます。
func download(NSURLDownload, didReceive : URLAuthenticationChallenge)
Sent when the URL download must authenticate a challenge in order to download the request.
URLダウンロードがリクエストをダウンロードする手段としてあるチャレンジを認証しなければならない時に送られます。