Compartilhar via


IdentityConfigurationElement.ClaimsAuthenticationManager Propriedade

Definição

Obtém ou define o gerenciador de autenticação de declaraçõ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 da propriedade

Um elemento de tipo personalizado que especifica o Type do gerenciador de autenticação de declarações. O tipo deve derivar de ClaimsAuthenticationManager.

Atributos

Comentários

Corresponde ao <claimsAuthenticationManager> elemento configurado sob o <identityConfiguration> elemento .

Aplica-se a

Confira também