Instance Method インスタンスメソッド

credentialsForProtectionSpace:

Returns a dictionary containing the credentials for the specified protection space. 指定された保護空間に対する資格情報それらを含んでいるある辞書を返します。

Declaration 宣言

- (NSDictionary<NSString *,NSURLCredential *> *)credentialsForProtectionSpace:(NSURLProtectionSpace *)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です。

Discussion 議論

If you override this method, also override getCredentialsForProtectionSpace:task:completionHandler:. あなたがこのメソッドをオーバーライドするならば、またgetCredentialsForProtectionSpace:task:completionHandler:もオーバーライドしてください。

See Also 参照

Retrieving Credentials 資格情報を復旧する