AWSSAML.SetAWSSAMLCredentials.DuplicateToken C# (CSharp) Method

DuplicateToken() private method

private DuplicateToken ( IntPtr ExistingTokenHandle, int SECURITY_IMPERSONATION_LEVEL, IntPtr &DuplicateTokenHandle ) : bool
ExistingTokenHandle System.IntPtr
SECURITY_IMPERSONATION_LEVEL int
DuplicateTokenHandle System.IntPtr
return bool
        private static extern bool DuplicateToken(IntPtr ExistingTokenHandle,
            int SECURITY_IMPERSONATION_LEVEL, ref IntPtr DuplicateTokenHandle);