Freigeben über


IdentityConfigurationElement.ClaimsAuthenticationManager Eigenschaft

Definition

Ruft den Anspruchsauthentifizierungs-Manager ab, der diesem Identitätskonfigurationselement zugeordnet ist, oder legt diesen fest.

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

Eigenschaftswert

Ein benutzerdefiniertes Typelement, das den Type-Typ des Anspruchsauthentifizierungs-Managers angibt. Dieser Typ muss von ClaimsAuthenticationManager abgeleitet werden.

Attribute

Hinweise

Entspricht dem <claimsAuthenticationManager> Element, das unter dem <identityConfiguration> -Element konfiguriert ist.

Gilt für:

Weitere Informationen