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

password

The password conforming to RFC 1808. (read-only) パスワード、RFC 1808に準拠します。(読み出しのみ)

Declaration 宣言

var password: String? { get }

Discussion 議論

This property contains the password. Any percent-encoded characters are not unescaped. If the receiver does not conform to RFC 1808, it contains nil. For example, in the URL http://username:password@www.example.com/index.html, the password is password. このプロパティは、パスワードを含みます。あらゆるパーセント符号化された文字は、アンエスケープされません。レシーバがRFC 1808に準拠しないならば、それはnilを含みます。例えば、URL http://username:password@www.example.com/index.htmlにおいて、パスワードはpasswordです。

See Also 参照

Accessing the Parts of the URL URLの部分それらにアクセスする