Sdílet prostřednictvím


ClaimTypeElement Konstruktory

Definice

Inicializuje novou instanci ClaimTypeElement třídy.

Přetížení

ClaimTypeElement()

Inicializuje novou instanci ClaimTypeElement třídy.

ClaimTypeElement(String, Boolean)

Inicializuje novou instanci ClaimTypeElement třídy.

ClaimTypeElement()

Inicializuje novou instanci ClaimTypeElement třídy.

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

Platí pro

ClaimTypeElement(String, Boolean)

Inicializuje novou instanci ClaimTypeElement třídy.

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

Identifikátor URI (Uniform Resource Identifier), který určuje typ deklarace identity. Předdefinované typy deklarací identity jsou k dispozici jako statické vlastnosti ClaimTypes třídy.

isOptional
Boolean

Logická hodnota, která určuje, jestli je deklarace identity volitelná.

Platí pro