Share via


ClaimTypeElement.ClaimType プロパティ

定義

クレームの種類を指定する URI (Uniform Resource Identifier) の文字列表現を取得または設定します。

public:
 property System::String ^ ClaimType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("claimType", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
[System.Configuration.StringValidator(MinLength=0)]
public string ClaimType { get; set; }
[<System.Configuration.ConfigurationProperty("claimType", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.ClaimType : string with get, set
Public Property ClaimType As String

プロパティ値

String

クレームの種類を指定する URI (Uniform Resource Identifier)。

属性

注釈

定義済みのクレームの種類は、ClaimTypes クラスの静的プロパティとして使用できます。

適用対象