ServiceAuthorizationElement.ImpersonateCallerForAllOperations 属性

定义

获取或设置一个布尔值,该值指定是否服务中的所有操作都模拟调用方。

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

属性值

Boolean

如果服务中的所有操作都模拟调用方,则为 true;否则为 false。 默认值为 false

属性

注解

当特定服务操作模拟调用方时,线程上下文会在执行指定服务前切换为调用方上下文。

适用于