HttpCookie.Secure プロパティ

定義

Cookie の Secure 属性を取得または設定します。 値が true の場合、Cookie は HTTPS 経由で暗号化された要求でのみ送信されます。

public bool? Secure { get; set; }
member this.Secure : Nullable<bool> with get, set
Public Property Secure As Nullable(Of Boolean)

プロパティ値

適用対象