InterviewSolution
Saved Bookmarks
| 1. |
Explain the term impersonation. |
|
Answer» Services often use a technique called impersonation to restrict client ACCESS to a service DOMAIN's resources. In WCF, impersonation is disabled by default, and services are accessed via the PROCESS identity of the WCF service. |
|