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.

Применяется к