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

isSecure

A Boolean value that indicates whether the cookie may only be sent over secure channels. あるブール値、それはクッキーが安全な経路越しに送られるだけであるかもしれないかどうかを指し示します。

Declaration 宣言

var isSecure: Bool { get }

Discussion 議論

This value is true if this cookie should only be sent over secure channels, otherwise false. この値は、このクッキーが安全な経路越しにのみ送られるべきならばtrue、そうでなければfalseです。

See Also 参照

Securing Cookies クッキーを安全にする