共用方式為


ClaimTypeElement.ClaimType 屬性

定義

取得或設定指定宣告型別之統一資源識別元 (URI) 的表示字串。

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)。

屬性

備註

預先定義的宣告型別可做為 ClaimTypes 類別的靜態屬性。

適用於