ClientFormsIdentity.AuthenticationCookies 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得從驗證服務所擷取的 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
屬性值
從驗證服務擷取的 Cookie。
備註
此屬性不適用於您的應用程式程式代碼。 您無法有意義地修改透過這個屬性擷取的Cookie,而且它們不包含有用的資訊。