ClaimTypeElement Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy ClaimTypeElement.
Przeciążenia
ClaimTypeElement() |
Inicjuje nowe wystąpienie klasy ClaimTypeElement. |
ClaimTypeElement(String, Boolean) |
Inicjuje nowe wystąpienie klasy ClaimTypeElement. |
ClaimTypeElement()
Inicjuje nowe wystąpienie klasy ClaimTypeElement.
public:
ClaimTypeElement();
public ClaimTypeElement ();
Public Sub New ()
Dotyczy
ClaimTypeElement(String, Boolean)
Inicjuje nowe wystąpienie klasy ClaimTypeElement.
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)
Parametry
- claimType
- String
Identyfikator URI określający typ oświadczenia. Wstępnie zdefiniowane typy oświadczenia są dostępne jako właściwości statyczne ClaimTypes klasy.
- isOptional
- Boolean
Wartość logiczna określająca, czy oświadczenie jest opcjonalne.