From 4366b24e635e2feb4d1db2041227e08fe876d51f Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Sun, 29 Jan 2023 06:58:34 +1100 Subject: [PATCH] Reorganization of interop objects --- .../Interop/{ => Enums}/AccountOptions.cs | 0 src/Lithnet.CredentialProvider/Interop/{ => Enums}/FieldType.cs | 0 .../Interop/{ => Enums}/KerbLogonSubmitType.cs | 0 src/Lithnet.CredentialProvider/Interop/InternalExtensions.cs | 1 - .../Interop/{ => Structs}/FieldDescriptor.cs | 0 .../Interop/{ => Structs}/InnerPropertyValue.cs | 0 .../Interop/{ => Structs}/KerberosInteractiveUnlockLogon.cs | 0 .../Interop/{ => Structs}/LargeInteger.cs | 0 .../Interop/{ => Structs}/LsaHandle.cs | 0 .../Interop/{ => Structs}/LsaString.cs | 0 .../Interop/{ => Structs}/LsaStringUni.cs | 0 .../Interop/{ => Structs}/PropertyKey.cs | 0 .../Interop/{ => Structs}/PropertyValue.cs | 0 .../Interop/{ => Structs}/ULargeInteger.cs | 0 .../Interop/{ => Structs}/UnmanagedArray.cs | 0 .../Interop/{ => Structs}/UnmanagedBlob.cs | 0 16 files changed, 1 deletion(-) rename src/Lithnet.CredentialProvider/Interop/{ => Enums}/AccountOptions.cs (100%) rename src/Lithnet.CredentialProvider/Interop/{ => Enums}/FieldType.cs (100%) rename src/Lithnet.CredentialProvider/Interop/{ => Enums}/KerbLogonSubmitType.cs (100%) rename src/Lithnet.CredentialProvider/Interop/{ => Structs}/FieldDescriptor.cs (100%) rename src/Lithnet.CredentialProvider/Interop/{ => Structs}/InnerPropertyValue.cs (100%) rename src/Lithnet.CredentialProvider/Interop/{ => Structs}/KerberosInteractiveUnlockLogon.cs (100%) rename src/Lithnet.CredentialProvider/Interop/{ => Structs}/LargeInteger.cs (100%) rename src/Lithnet.CredentialProvider/Interop/{ => Structs}/LsaHandle.cs (100%) rename src/Lithnet.CredentialProvider/Interop/{ => Structs}/LsaString.cs (100%) rename src/Lithnet.CredentialProvider/Interop/{ => Structs}/LsaStringUni.cs (100%) rename src/Lithnet.CredentialProvider/Interop/{ => Structs}/PropertyKey.cs (100%) rename src/Lithnet.CredentialProvider/Interop/{ => Structs}/PropertyValue.cs (100%) rename src/Lithnet.CredentialProvider/Interop/{ => Structs}/ULargeInteger.cs (100%) rename src/Lithnet.CredentialProvider/Interop/{ => Structs}/UnmanagedArray.cs (100%) rename src/Lithnet.CredentialProvider/Interop/{ => Structs}/UnmanagedBlob.cs (100%) diff --git a/src/Lithnet.CredentialProvider/Interop/AccountOptions.cs b/src/Lithnet.CredentialProvider/Interop/Enums/AccountOptions.cs similarity index 100% rename from src/Lithnet.CredentialProvider/Interop/AccountOptions.cs rename to src/Lithnet.CredentialProvider/Interop/Enums/AccountOptions.cs diff --git a/src/Lithnet.CredentialProvider/Interop/FieldType.cs b/src/Lithnet.CredentialProvider/Interop/Enums/FieldType.cs similarity index 100% rename from src/Lithnet.CredentialProvider/Interop/FieldType.cs rename to src/Lithnet.CredentialProvider/Interop/Enums/FieldType.cs diff --git a/src/Lithnet.CredentialProvider/Interop/KerbLogonSubmitType.cs b/src/Lithnet.CredentialProvider/Interop/Enums/KerbLogonSubmitType.cs similarity index 100% rename from src/Lithnet.CredentialProvider/Interop/KerbLogonSubmitType.cs rename to src/Lithnet.CredentialProvider/Interop/Enums/KerbLogonSubmitType.cs diff --git a/src/Lithnet.CredentialProvider/Interop/InternalExtensions.cs b/src/Lithnet.CredentialProvider/Interop/InternalExtensions.cs index cd0f242..b845f46 100644 --- a/src/Lithnet.CredentialProvider/Interop/InternalExtensions.cs +++ b/src/Lithnet.CredentialProvider/Interop/InternalExtensions.cs @@ -1,6 +1,5 @@ using System; using System.Security; -using Lithnet.CredentialProvider.Interop; namespace Lithnet.CredentialProvider.Interop { diff --git a/src/Lithnet.CredentialProvider/Interop/FieldDescriptor.cs b/src/Lithnet.CredentialProvider/Interop/Structs/FieldDescriptor.cs similarity index 100% rename from src/Lithnet.CredentialProvider/Interop/FieldDescriptor.cs rename to src/Lithnet.CredentialProvider/Interop/Structs/FieldDescriptor.cs diff --git a/src/Lithnet.CredentialProvider/Interop/InnerPropertyValue.cs b/src/Lithnet.CredentialProvider/Interop/Structs/InnerPropertyValue.cs similarity index 100% rename from src/Lithnet.CredentialProvider/Interop/InnerPropertyValue.cs rename to src/Lithnet.CredentialProvider/Interop/Structs/InnerPropertyValue.cs diff --git a/src/Lithnet.CredentialProvider/Interop/KerberosInteractiveUnlockLogon.cs b/src/Lithnet.CredentialProvider/Interop/Structs/KerberosInteractiveUnlockLogon.cs similarity index 100% rename from src/Lithnet.CredentialProvider/Interop/KerberosInteractiveUnlockLogon.cs rename to src/Lithnet.CredentialProvider/Interop/Structs/KerberosInteractiveUnlockLogon.cs diff --git a/src/Lithnet.CredentialProvider/Interop/LargeInteger.cs b/src/Lithnet.CredentialProvider/Interop/Structs/LargeInteger.cs similarity index 100% rename from src/Lithnet.CredentialProvider/Interop/LargeInteger.cs rename to src/Lithnet.CredentialProvider/Interop/Structs/LargeInteger.cs diff --git a/src/Lithnet.CredentialProvider/Interop/LsaHandle.cs b/src/Lithnet.CredentialProvider/Interop/Structs/LsaHandle.cs similarity index 100% rename from src/Lithnet.CredentialProvider/Interop/LsaHandle.cs rename to src/Lithnet.CredentialProvider/Interop/Structs/LsaHandle.cs diff --git a/src/Lithnet.CredentialProvider/Interop/LsaString.cs b/src/Lithnet.CredentialProvider/Interop/Structs/LsaString.cs similarity index 100% rename from src/Lithnet.CredentialProvider/Interop/LsaString.cs rename to src/Lithnet.CredentialProvider/Interop/Structs/LsaString.cs diff --git a/src/Lithnet.CredentialProvider/Interop/LsaStringUni.cs b/src/Lithnet.CredentialProvider/Interop/Structs/LsaStringUni.cs similarity index 100% rename from src/Lithnet.CredentialProvider/Interop/LsaStringUni.cs rename to src/Lithnet.CredentialProvider/Interop/Structs/LsaStringUni.cs diff --git a/src/Lithnet.CredentialProvider/Interop/PropertyKey.cs b/src/Lithnet.CredentialProvider/Interop/Structs/PropertyKey.cs similarity index 100% rename from src/Lithnet.CredentialProvider/Interop/PropertyKey.cs rename to src/Lithnet.CredentialProvider/Interop/Structs/PropertyKey.cs diff --git a/src/Lithnet.CredentialProvider/Interop/PropertyValue.cs b/src/Lithnet.CredentialProvider/Interop/Structs/PropertyValue.cs similarity index 100% rename from src/Lithnet.CredentialProvider/Interop/PropertyValue.cs rename to src/Lithnet.CredentialProvider/Interop/Structs/PropertyValue.cs diff --git a/src/Lithnet.CredentialProvider/Interop/ULargeInteger.cs b/src/Lithnet.CredentialProvider/Interop/Structs/ULargeInteger.cs similarity index 100% rename from src/Lithnet.CredentialProvider/Interop/ULargeInteger.cs rename to src/Lithnet.CredentialProvider/Interop/Structs/ULargeInteger.cs diff --git a/src/Lithnet.CredentialProvider/Interop/UnmanagedArray.cs b/src/Lithnet.CredentialProvider/Interop/Structs/UnmanagedArray.cs similarity index 100% rename from src/Lithnet.CredentialProvider/Interop/UnmanagedArray.cs rename to src/Lithnet.CredentialProvider/Interop/Structs/UnmanagedArray.cs diff --git a/src/Lithnet.CredentialProvider/Interop/UnmanagedBlob.cs b/src/Lithnet.CredentialProvider/Interop/Structs/UnmanagedBlob.cs similarity index 100% rename from src/Lithnet.CredentialProvider/Interop/UnmanagedBlob.cs rename to src/Lithnet.CredentialProvider/Interop/Structs/UnmanagedBlob.cs