ClientFormsIdentity.AuthenticationCookies 属性

定义

获取从身份验证服务检索到的 Cookie 的集合。

public:
 property System::Net::CookieContainer ^ AuthenticationCookies { System::Net::CookieContainer ^ get(); };
public System.Net.CookieContainer AuthenticationCookies { get; }
member this.AuthenticationCookies : System.Net.CookieContainer
Public ReadOnly Property AuthenticationCookies As CookieContainer

属性值

CookieContainer

从身份验证服务检索到的 Cookie。

注解

此属性不适用于应用程序代码。 不能有意义地修改通过此属性检索的 Cookie,并且它们不包含有用的信息。

适用于

另请参阅