Helper classes to provide client-aspect usage and server-aspect usage of the API.
This commit is contained in:
12
ClientCredential.cs
Normal file
12
ClientCredential.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace NSspi
|
||||
{
|
||||
class ClientCredential
|
||||
{
|
||||
}
|
||||
}
|
||||
13
ServerCredential.cs
Normal file
13
ServerCredential.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace NSspi
|
||||
{
|
||||
public class ServerCredential : Credential
|
||||
{
|
||||
public ServerCredential( SecurityPackage package ) : base( package, CredentialType.Server ) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user