- getDefaultCredentialForProtectionSpace:task:completionHandler:
Gets the default credential for the specified protection space, which is being accessed by the given task, and passes it to the provided completion handler.
指定された保護空間に対する資格情報を取得します、それは与えられたタスクによってアクセスされています、そしてそれをこの提供された完了ハンドラに渡します。
- setDefaultCredential:forProtectionSpace:
Sets the default credential for a specified protection space.
指定された保護空間に対する省略時の資格情報を設定します。
- setDefaultCredential:forProtectionSpace:task:
Sets the default credential for a given protection space, which is being accessed by the given task.
与えられたタスクによってアクセスされている、ある与えられた保護空間に対する省略時の資格情報を設定します。