IdentityConfigurationElement.ClaimsAuthenticationManager Propiedad

Definición

Obtiene o establece el administrador de autenticación de notificaciones que está asociado a este elemento de configuración de identidad.

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 propiedad

Elemento de tipos personalizados que especifica el Type del administrador de autenticación de notificaciones. El tipo se debe derivar de ClaimsAuthenticationManager.

Atributos

Comentarios

Corresponde al <claimsAuthenticationManager> elemento configurado en el <identityConfiguration> elemento .

Se aplica a

Consulte también