ClaimTypeElement Constructor (String^, Boolean)

 

Initializes a new instance of the ClaimTypeElement class.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
ClaimTypeElement(
	String^ claimType,
	bool isOptional
)

Parameters

claimType
Type: System::String^

A uniform resource identifier (URI) that specifies the type of claim. Predefined claim types are available as static properties of the ClaimTypes class.

isOptional
Type: System::Boolean

A boolean value that specifies whether the claim is optional.

.NET Framework
Available since 3.0
Return to top
Show: