Udostępnij za pośrednictwem


ClaimTypeElement Konstruktory

Definicja

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.

Dotyczy