CookieHandlerElement.CustomCookieHandler プロパティ

定義

カスタム クッキー ハンドラー型を取得また設定します。 このプロパティは、カスタム クッキー ハンドラーが設定されているときに設定する必要があります。

public:
 property System::IdentityModel::Configuration::CustomTypeElement ^ CustomCookieHandler { System::IdentityModel::Configuration::CustomTypeElement ^ get(); void set(System::IdentityModel::Configuration::CustomTypeElement ^ value); };
[System.Configuration.ConfigurationProperty("customCookieHandler", IsRequired=false)]
public System.IdentityModel.Configuration.CustomTypeElement CustomCookieHandler { get; set; }
[<System.Configuration.ConfigurationProperty("customCookieHandler", IsRequired=false)>]
member this.CustomCookieHandler : System.IdentityModel.Configuration.CustomTypeElement with get, set
Public Property CustomCookieHandler As CustomTypeElement

プロパティ値

カスタム クッキー ハンドラーの型を定義する CustomTypeElement

属性

注釈

このプロパティは、 要素の <customCookieHandler> 子要素と <cookieHandler> 同じです。 使用するカスタム Cookie ハンドラーの種類を指定します。 このプロパティが設定されている場合は、 プロパティを Mode に設定する Custom必要があります。 このプロパティで指定されるカスタム型は、 クラスから CookieHandler 派生する必要があります。

ChunkedCookieHandlerプロパティまたは プロパティをCustomCookieHandler設定できますが、両方を設定することはできません。

適用対象

こちらもご覧ください