ClientFormsIdentity.AuthenticationCookies プロパティ

定義

認証サーバーから取得したクッキーのコレクションを取得します。

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 を意味を持って変更することはできません。また、有用な情報が含まれています。

適用対象

こちらもご覧ください