AWSSAML.SetAWSSAMLCredentials.DuplicateToken C# (CSharp) 메소드

DuplicateToken() 개인적인 메소드

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