Поделиться через


IdentityConfigurationElement.ClaimsAuthenticationManager Свойство

Определение

Получает или задает диспетчер аутентификации на основе утверждений, связанный с данным элементом конфигурации удостоверения.

public:
 property System::IdentityModel::Configuration::CustomTypeElement ^ ClaimsAuthenticationManager { System::IdentityModel::Configuration::CustomTypeElement ^ get(); void set(System::IdentityModel::Configuration::CustomTypeElement ^ value); };
[System.Configuration.ConfigurationProperty("claimsAuthenticationManager", IsRequired=false)]
public System.IdentityModel.Configuration.CustomTypeElement ClaimsAuthenticationManager { get; set; }
[<System.Configuration.ConfigurationProperty("claimsAuthenticationManager", IsRequired=false)>]
member this.ClaimsAuthenticationManager : System.IdentityModel.Configuration.CustomTypeElement with get, set
Public Property ClaimsAuthenticationManager As CustomTypeElement

Значение свойства

Элемент пользовательского типа, задающий Type диспетчера аутентификации требований. Тип должен наследоваться от ClaimsAuthenticationManager.

Атрибуты

Комментарии

Соответствует элементу, <claimsAuthenticationManager> настроенного в элементе <identityConfiguration> .

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

См. также раздел