CookieHandlerElement.CustomCookieHandler プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カスタム クッキー ハンドラー型を取得また設定します。 このプロパティは、カスタム クッキー ハンドラーが設定されているときに設定する必要があります。
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設定できますが、両方を設定することはできません。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET