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 (Uniform Resource Identifier)。 定義済みのクレームの種類は、ClaimTypes クラスの静的プロパティとして使用できます。

isOptional
Boolean

クレームが省略可能かどうかを指定するブール値です。

適用対象