Freigeben über


ClaimTypeElement.ClaimType Eigenschaft

Definition

Ruft die Zeichenfolgendarstellung eines URIs , der den Anspruchstyp angibt, ab oder legt diese fest.

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

Eigenschaftswert

String

Ein URI (Uniform Resource Identifier), der den Anspruchstyp angibt.

Attribute

Hinweise

Vordefinierte Anspruchstypen sind als statische Eigenschaften der ClaimTypes-Klasse verfügbar.

Gilt für