次の方法で共有


CookieHandlerElement.Name プロパティ

定義

ハンドラーが書き込むクッキーの基本名を取得または設定します。

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

プロパティ値

そのクッキーの基本名。 既定値は "FedAuth" です。

属性

注釈

namecookieHandler> 要素の属性を<表します

適用対象

こちらもご覧ください