AWSSAML.SetAWSSAMLCredentials.DuplicateToken C# (CSharp) Méthode

DuplicateToken() private méthode

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