Remove unnecessary using in security folder (#13861)

This commit is contained in:
Thomas Nieto 2020-10-25 09:39:10 -05:00 committed by GitHub
parent 55c2858051
commit 9bbba286c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 9 deletions

View File

@ -3,18 +3,12 @@
#if !UNIX
using Dbg = System.Management.Automation;
using System;
using System.Text;
using System.Security.Cryptography;
using System.Collections.Generic;
using System.Collections;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Management.Automation.Internal;
using System.Management.Automation.Provider;
using System.Management.Automation.Security;
using System.Runtime.InteropServices;
using DWORD = System.UInt32;

View File

@ -5,7 +5,6 @@ using System.ComponentModel;
using System.Management.Automation.Internal;
using System.Security.Cryptography.X509Certificates;
using Dbg = System.Management.Automation;
using DWORD = System.UInt32;
namespace System.Management.Automation

View File

@ -7,7 +7,6 @@
using System.Runtime.InteropServices;
using System.Security.Cryptography.X509Certificates;
using System.Management.Automation.Internal;
using System.Runtime.ConstrainedExecution;
using DWORD = System.UInt32;
using BOOL = System.UInt32;

View File

@ -7,7 +7,6 @@
#if !UNIX
using System.Management.Automation.Internal;
using Microsoft.Win32;
using System.Runtime.InteropServices;
using System.Diagnostics.CodeAnalysis;