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, didReceive : URLAuthenticationChallenge)
Sent when the URL download must authenticate a challenge in order to download the request.
URLダウンロードがリクエストをダウンロードする手段としてあるチャレンジを認証しなければならない時に送られます。
func downloadShouldUseCredentialStorage (NSURLDownload) -> Bool
Sent to determine whether the URL loader should consult the credential storage to authenticate the download.
URLローダーがそのダウンロードを認証するために資格情報ストレージを考慮に入れるべきかどうかを決定するために送られます。