DuplicateToken (advapi32)
Last changed: 98.213.119.236

.

Check out the formatting tips on the right for help formatting and making links.

Use the template below then delete this header:

Summary
Duplicates a NT authentication token.

C# Signature:

[DllImport("advapi32.dll")]

public extern static bool DuplicateToken(IntPtr ExistingTokenHandle, int SECURITY_IMPERSONATION_LEVEL, ref IntPtr DuplicateTokenHandle);

VB .NET Signature:

Declare Function DuplicateToken Lib "advapi32.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation