Прочетете на английски Редактиране

Споделяне чрез


DispatchRuntime.ImpersonateCallerForAllOperations Property

Definition

Gets or sets a value that controls whether the service attempts to impersonate using the credentials provided by the incoming message.

C#
public bool ImpersonateCallerForAllOperations { get; set; }

Property Value

true if the service attempts to impersonate based on message credentials when an operation's Impersonation property value is either Required or Allowed; false if the service attempts impersonation only if an operation's Impersonation property value is Required. The default is false.

Remarks

Use the ImpersonateCallerForAllOperations property to control whether impersonation is performed when an operation's Impersonation property value is Allowed. An exception is thrown if the property is true but an operation's Impersonation property value is NotAllowed.

If an operation's Impersonation property value is Required impersonation is always attempted.

Applies to

Продукт Версии
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1