Share via


IdentityConfigurationElement.ClaimsAuthorizationManager Vlastnost

Definice

Získá nebo nastaví správce autorizace deklarací identity, která je přidružena k tomuto elementu konfigurace identity.

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

Hodnota vlastnosti

Vlastní typ elementu, který určuje Type správce autorizace deklarací identity. Typ musí být odvozen z ClaimsAuthorizationManager.

Atributy

Poznámky

Odpovídá elementu <claimsAuthorizationManager> , který je nakonfigurován pod elementem <identityConfiguration> .

Platí pro

Viz také