CookieHandlerElement::Name Property

.NET Framework (current version)
 

Gets or sets the base name for any cookies written by the handler.

Namespace:   System.IdentityModel.Services
Assembly:  System.IdentityModel.Services (in System.IdentityModel.Services.dll)

public:
[ConfigurationPropertyAttribute("name", IsRequired = false)]
property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The base name for the cookies. The default is “FedAuth”.

Represents the name attribute of the <cookieHandler> element.

.NET Framework
Available since 4.5
Return to top
Show: