ClientFormsIdentity.AuthenticationCookies Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of the cookies retrieved from the authentication service.
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
Property Value
The cookies retrieved from the authentication service.
Remarks
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.
Applies to
See also
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.