ClaimTypeElement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.