Defines the behavior extension element to enable Windows Identity Foundation claims for the service.
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As ConfigureServiceHostBehaviorExtensionElement

Syntax

Visual Basic
Public Class ConfigureServiceHostBehaviorExtensionElement
		Inherits BehaviorExtensionElement
C#
public class ConfigureServiceHostBehaviorExtensionElement : BehaviorExtensionElement
C++
public ref class ConfigureServiceHostBehaviorExtensionElement : public BehaviorExtensionElement
J#
public class ConfigureServiceHostBehaviorExtensionElement extends BehaviorExtensionElement
JScript
public class ConfigureServiceHostBehaviorExtensionElement extends BehaviorExtensionElement

Inheritance Hierarchy

System.Object
   System.Configuration.ConfigurationElement
     System.ServiceModel.Configuration.ServiceModelExtensionElement
       System.ServiceModel.Configuration.BehaviorExtensionElement
        Microsoft.IdentityModel.Configuration.ConfigureServiceHostBehaviorExtensionElement

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also