CredentialType.cs no longer used.
This commit is contained in:
@@ -1,14 +0,0 @@
|
|||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace NSspi.Credentials
|
|
||||||
{
|
|
||||||
public enum CredentialType
|
|
||||||
{
|
|
||||||
Client = 0,
|
|
||||||
Server = 1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -62,7 +62,6 @@
|
|||||||
<Compile Include="Credentials\CredentialNativeMethods.cs" />
|
<Compile Include="Credentials\CredentialNativeMethods.cs" />
|
||||||
<Compile Include="Credentials\CredentialPackage.cs" />
|
<Compile Include="Credentials\CredentialPackage.cs" />
|
||||||
<Compile Include="Credentials\CredentialQueryAttrib.cs" />
|
<Compile Include="Credentials\CredentialQueryAttrib.cs" />
|
||||||
<Compile Include="Credentials\CredentialType.cs" />
|
|
||||||
<Compile Include="Credentials\CredentialUse.cs" />
|
<Compile Include="Credentials\CredentialUse.cs" />
|
||||||
<Compile Include="Credentials\QueryNameSupport.cs" />
|
<Compile Include="Credentials\QueryNameSupport.cs" />
|
||||||
<Compile Include="Credentials\SafeCredentialHandle.cs" />
|
<Compile Include="Credentials\SafeCredentialHandle.cs" />
|
||||||
|
|||||||
Reference in New Issue
Block a user