CookieHandlerElement::CustomCookieHandler Property
.NET Framework (current version)
Gets or sets a custom cookie handler type. This property must be set when a custom cookie handler is being configured.
Assembly: System.IdentityModel.Services (in System.IdentityModel.Services.dll)
public: [ConfigurationPropertyAttribute("customCookieHandler", IsRequired = false)] property CustomTypeElement^ CustomCookieHandler { CustomTypeElement^ get(); void set(CustomTypeElement^ value); }
Property Value
Type: System.IdentityModel.Configuration::CustomTypeElement^A CustomTypeElement that defines the custom cookie handler type.
This property is equivalent to the <customCookieHandler> child element of the <cookieHandler> element. It specifies a custom cookie handler type to use. If this property is set, the Mode property must be set to Custom. The custom type specified by this property must be derived from the CookieHandler class.
Either the ChunkedCookieHandler property or the CustomCookieHandler property may be set, but not both.
.NET Framework
Available since 4.5
Available since 4.5
Show: