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

secure

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

Declaration 宣言

@property(readonly, getter=isSecure) BOOL secure;

Discussion 議論

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

See Also 参照

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