IdentityConfigurationElement.ClaimsAuthenticationManager Propriedade

Definição

Obtém ou define o gestor de autenticação de reivindicações associado a este elemento de configuração de identidade.

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

Valor de Propriedade

Um elemento de tipo personalizado que especifica o Type gestor de autenticação de sinistros. O tipo deve derivar de ClaimsAuthenticationManager.

Atributos

Observações

Corresponde ao <claimsAuthenticationManager> elemento que está configurado sob o <identityConfiguration> elemento.

Aplica-se a

Ver também