Sdílet prostřednictvím


ClaimTypeElement.ClaimType Vlastnost

Definice

Získá nebo nastaví řetězcovou reprezentaci identifikátoru URI (Uniform Resource Identifier), který určuje typ deklarace identity.

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

Hodnota vlastnosti

String

Identifikátor URI (Uniform Resource Identifier), který určuje typ deklarace identity.

Atributy

Poznámky

Předdefinované typy deklarací jsou k dispozici jako statické vlastnosti ClaimTypes třídy.

Platí pro