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

プロパティ値

認証サービスから取得された Cookie。

注釈

このプロパティは、アプリケーション コードで使用するためのものではありません。 このプロパティを使用して取得した Cookie を意味のある方法で変更することはできず、有用な情報は含められません。

適用対象

こちらもご覧ください