mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-27 11:56:14 +08:00
Remove unnecessary using in security folder (#13861)
This commit is contained in:
parent
55c2858051
commit
9bbba286c0
@ -3,18 +3,12 @@
|
|||||||
|
|
||||||
#if !UNIX
|
#if !UNIX
|
||||||
|
|
||||||
using Dbg = System.Management.Automation;
|
|
||||||
using System;
|
|
||||||
using System.Text;
|
|
||||||
using System.Security.Cryptography;
|
using System.Security.Cryptography;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Collections;
|
|
||||||
using System.Collections.ObjectModel;
|
using System.Collections.ObjectModel;
|
||||||
using System.ComponentModel;
|
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Management.Automation.Internal;
|
using System.Management.Automation.Internal;
|
||||||
using System.Management.Automation.Provider;
|
|
||||||
using System.Management.Automation.Security;
|
using System.Management.Automation.Security;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using DWORD = System.UInt32;
|
using DWORD = System.UInt32;
|
||||||
|
@ -5,7 +5,6 @@ using System.ComponentModel;
|
|||||||
using System.Management.Automation.Internal;
|
using System.Management.Automation.Internal;
|
||||||
using System.Security.Cryptography.X509Certificates;
|
using System.Security.Cryptography.X509Certificates;
|
||||||
|
|
||||||
using Dbg = System.Management.Automation;
|
|
||||||
using DWORD = System.UInt32;
|
using DWORD = System.UInt32;
|
||||||
|
|
||||||
namespace System.Management.Automation
|
namespace System.Management.Automation
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Security.Cryptography.X509Certificates;
|
using System.Security.Cryptography.X509Certificates;
|
||||||
using System.Management.Automation.Internal;
|
using System.Management.Automation.Internal;
|
||||||
using System.Runtime.ConstrainedExecution;
|
|
||||||
using DWORD = System.UInt32;
|
using DWORD = System.UInt32;
|
||||||
using BOOL = System.UInt32;
|
using BOOL = System.UInt32;
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
#if !UNIX
|
#if !UNIX
|
||||||
|
|
||||||
using System.Management.Automation.Internal;
|
using System.Management.Automation.Internal;
|
||||||
using Microsoft.Win32;
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Diagnostics.CodeAnalysis;
|
using System.Diagnostics.CodeAnalysis;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user