ServiceAuthorizationElement.ImpersonateCallerForAllOperations Propriété

Définition

Obtient ou définit une valeur Boolean qui spécifie si toutes les opérations dans le service personnifient l'appelant.

public:
 property bool ImpersonateCallerForAllOperations { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("impersonateCallerForAllOperations", DefaultValue=false)]
public bool ImpersonateCallerForAllOperations { get; set; }
[<System.Configuration.ConfigurationProperty("impersonateCallerForAllOperations", DefaultValue=false)>]
member this.ImpersonateCallerForAllOperations : bool with get, set
Public Property ImpersonateCallerForAllOperations As Boolean

Valeur de propriété

Boolean

true si toutes les opérations dans le service personnifient l'appelant ; sinon, false. La valeur par défaut est false.

Attributs

Remarques

Lorsqu'une opération de service spécifique personnifie l'appelant, le contexte du thread est basculé sur le contexte de l'appelant avant d'exécuter le service spécifié.

S’applique à