Пространство имен: Microsoft.IdentityModel.Web.Configuration
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As CookieHandlerElement
Dim value As CustomTypeElement

value = instance.CustomCookieHandler

instance.CustomCookieHandler = value

Синтаксис

Visual Basic
<ConfigurationPropertyAttribute("customCookieHandler", IsRequired:=False)> _
Public Property CustomCookieHandler As CustomTypeElement
C#
[ConfigurationPropertyAttribute("customCookieHandler", IsRequired=false)] 
public CustomTypeElement CustomCookieHandler { get; set; }
C++
[ConfigurationPropertyAttribute(L"customCookieHandler", IsRequired=false)] 
public:
property CustomTypeElement^ CustomCookieHandler {
		CustomTypeElement^ get ();
		void set (CustomTypeElement^ value);
}
J#
/** @property */
public CustomTypeElement get_CustomCookieHandler ()

/** @property */
public void set_CustomCookieHandler (CustomTypeElement value)
JScript
public function get CustomCookieHandler () : CustomTypeElement

public function set CustomCookieHandler (value : CustomTypeElement)

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

См. также