Instance Method
インスタンスメソッド
credentialsForProtectionSpace:
Returns a dictionary containing the credentials for the specified protection space.
指定された保護空間に対する資格情報それらを含んでいるある辞書を返します。
Parameters
パラメータ
space
The protection space whose credentials you want to retrieve.
それの資格情報をあなたが回収したい保護空間。
Return Value
戻り値
A dictionary containing the credentials for the specified protection space. The dictionary’s keys are user name strings, and each value is the corresponding NSURLCredential
.
指定された保護空間に対する資格情報を含んでいるある辞書。辞書のもつキーは、ユーザ名文字列です、そして各値は対応するNSURLCredential
です。
See Also
参照
Retrieving Credentials
資格情報を復旧する
allCredentials
The credentials for all available protection spaces.
全ての利用可能な保護空間に対する資格情報。
- getCredentialsForProtectionSpace:task:completionHandler:
Gets a dictionary containing the credentials for the specified protection space, on behalf of the given task, and passes the dictionary to the provided completion handler.
指定された保護空間に対する資格情報それらを含んでいるある辞書を取得します、与えられたタスクの代わりに、そしてその辞書をこの提供された完了ハンドラに渡します。