IdentityConfigurationElement.ClaimsAuthorizationManager Eigenschap

Definitie

Hiermee haalt u de claimautorisatiebeheerder op die is gekoppeld aan dit identiteitsconfiguratie-element.

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

Waarde van eigenschap

Een aangepast typeelement dat de Type claimautorisatiebeheerder aangeeft. Het type moet zijn afgeleid van ClaimsAuthorizationManager.

Kenmerken

Opmerkingen

Komt overeen met het <claimsAuthorizationManager> element dat is geconfigureerd onder het <identityConfiguration> element.

Van toepassing op

Zie ook