我可以在Windows身份验证中将ASPXAUTH cookie设置为安全吗?
<system.web>
<httpCookies requireSSL="true" httpOnlyCookies="true"/>
<authentication mode="Windows">
<forms requireSSL="true"></forms>
</authentication>
<forms requireSSL="true"></forms>
仅适用于表单身份验证吗?