ServiceAuthorizationBehavior::ImpersonateCallerForAllOperations Property
.NET Framework (current version)
Gets or sets a value that indicates whether the service performs impersonation for all the operations that it supports.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property bool ImpersonateCallerForAllOperations { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the service performs impersonation for all the operations that it supports; otherwise, false. The default is false.
| Exception | Condition |
|---|---|
| InvalidOperationException | Behavior is read-only. |
A value of false indicates that impersonation is specified for each operation.
.NET Framework
Available since 3.0
Available since 3.0
Show: