ClaimTypeElement Constructors

Definition

Initializes a new instance of the ClaimTypeElement class.

Overloads

ClaimTypeElement()

Initializes a new instance of the ClaimTypeElement class.

ClaimTypeElement(String, Boolean)

Initializes a new instance of the ClaimTypeElement class.

ClaimTypeElement()

Initializes a new instance of the ClaimTypeElement class.

public:
 ClaimTypeElement();
public ClaimTypeElement ();
Public Sub New ()

Applies to

ClaimTypeElement(String, Boolean)

Initializes a new instance of the ClaimTypeElement class.

public:
 ClaimTypeElement(System::String ^ claimType, bool isOptional);
public ClaimTypeElement (string claimType, bool isOptional);
new System.ServiceModel.Configuration.ClaimTypeElement : string * bool -> System.ServiceModel.Configuration.ClaimTypeElement
Public Sub New (claimType As String, isOptional As Boolean)

Parameters

claimType
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
Boolean

A boolean value that specifies whether the claim is optional.

Applies to