ClientFormsIdentity::AuthenticationCookies Property

 

Gets a collection of the cookies retrieved from the authentication service.

Namespace:   System.Web.ClientServices
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
property CookieContainer^ AuthenticationCookies {
	CookieContainer^ get();
}

Property Value

Type: System.Net::CookieContainer^

The cookies retrieved from the authentication service.

This property is not meant for use in your application code. You cannot meaningfully modify the cookies retrieved through this property, and they contain no useful information.

.NET Framework
Available since 3.5
Return to top
Show: