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

protectionSpace

The receiver’s protection space. レシーバのもつ保護空間。

Declaration 宣言

@NSCopying var protectionSpace: URLProtectionSpace { get }

Discussion 議論

A protection space object provides additional information about the authentication request, such as the host, port, authentication realm, and so on. The protection space also tells you whether the authentication challenge is asking you to provide the user’s credentials or to verify the TLS credentials provided by the server. 保護空間オブジェクトは、追加情報を認証リクエストについて提供します、たとえば、ホスト、ポート、認証レルム、など。保護空間はまた、認証チャレンジがあなたに要請しているのはユーザのもつ資格情報を提供することかまたはサーバによって提供されるTLS資格情報を検証することかをあなたに伝えます。