Condividi tramite


ClaimTypeElement.ClaimType Proprietà

Definizione

Ottiene o imposta una rappresentazione di stringa di un URI (Uniform Resource Identifier) che specifica il tipo di attestazione.

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

Valore della proprietà

String

URI (Uniform Resource Identifier) che specifica il tipo di attestazione.

Attributi

Commenti

Tipi di attestazione predefiniti sono disponibili come proprietà statiche della classe ClaimTypes.

Si applica a