CookieAuthenticationOptions.CookieHttpOnly 속성

정의

브라우저가 클라이언트 쪽 JavaScript에서 쿠키를 액세스할 수 있도록 허용하는지 확인합니다. 기본값은 true입니다. 즉, 쿠키는 HTTP 요청에만 전달되며 페이지 스크립트에서는 사용할 수 없습니다.

public:
 property bool CookieHttpOnly { bool get(); void set(bool value); };
public bool CookieHttpOnly { get; set; }
member this.CookieHttpOnly : bool with get, set
Public Property CookieHttpOnly As Boolean

속성 값

적용 대상