CookieHandlerElement.Name 属性

定义

获取或设置处理程序编写的任何 Cookie 的基名称。

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

属性值

Cookie 的基名称。 默认值为“FedAuth”。

属性

注解

表示 namecookieHandler> 元素的< 属性。

适用于

另请参阅