Instance Property インスタンスプロパティ

allCredentials

The credentials for all available protection spaces. 全ての利用可能な保護空間に対する資格情報。

Declaration 宣言

var allCredentials: [URLProtectionSpace : [String : URLCredential]] { get }

Discussion 議論

The dictionary has keys corresponding to the URLProtectionSpace instances. The values are dictionaries where the keys are user name strings, and each value is the corresponding URLCredential instances. 辞書は、URLProtectionSpaceインスタンスに対応するキーを持ちます。それらの値は辞書です、そこにおいてキーはユーザ名文字列です、そして各値は対応するURLCredentialインスタンスです。

See Also 参照

Retrieving Credentials 資格情報を復旧する