ImpersonateOnSerializingReplyMessageProperty.StopImpersonation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reverts impersonation and sets the specified original principal on the thread.
public:
void StopImpersonation(IDisposable ^ impersonationContext, System::Security::Principal::IPrincipal ^ originalPrincipal, bool isThreadPrincipalSet);
public void StopImpersonation (IDisposable impersonationContext, System.Security.Principal.IPrincipal originalPrincipal, bool isThreadPrincipalSet);
member this.StopImpersonation : IDisposable * System.Security.Principal.IPrincipal * bool -> unit
Public Sub StopImpersonation (impersonationContext As IDisposable, originalPrincipal As IPrincipal, isThreadPrincipalSet As Boolean)
Parameters
- impersonationContext
- IDisposable
The impersonation context to revert.
- originalPrincipal
- IPrincipal
The original principal to set on the thread.
- isThreadPrincipalSet
- Boolean
A value that indicates whether the thread principal was set during impersonation. true
if the principal was set; otherwise, false
.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.