共用方式為


ClaimTypeElement 建構函式

定義

初始化 ClaimTypeElement 類別的新執行個體。

多載

ClaimTypeElement()

初始化 ClaimTypeElement 類別的新執行個體。

ClaimTypeElement(String, Boolean)

初始化 ClaimTypeElement 類別的新執行個體。

ClaimTypeElement()

初始化 ClaimTypeElement 類別的新執行個體。

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

適用於

ClaimTypeElement(String, Boolean)

初始化 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)

參數

claimType
String

指定宣告型別的統一資源識別元 (URI)。 預先定義的宣告型別可做為 ClaimTypes 類別的靜態屬性。

isOptional
Boolean

布林值 (Boolean),指定宣告是否為選擇性。

適用於