ICoreWebView2Cookie.get_IsSecure

The security level of this cookie. True if the client is only to return the cookie in subsequent requests if those requests use HTTPS. The default is false. Note that cookie that requests COREWEBVIEW2_COOKIE_SAME_SITE_KIND_NONE but is not marked Secure will be rejected.

interface ICoreWebView2Cookie
@" propget"
HRESULT
get_IsSecure
(
BOOL* isSecure
)

Meta