Renamed Client/ServerCredential.

The credential implementations should indicate in their name that they are implementations of the 'current' credential (acquired from the login running the process).
This commit is contained in:
Kevin Thompson
2017-09-24 01:59:34 -04:00
parent 0eb8ff49f2
commit f2d4541bab
6 changed files with 14 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ namespace TestServer
public partial class ServerForm : Form
{
private ServerCredential serverCred;
private ServerCurrentCredential serverCred;
private ServerContext serverContext;
@@ -29,7 +29,7 @@ namespace TestServer
{
InitializeComponent();
this.serverCred = new ServerCredential( PackageNames.Negotiate );
this.serverCred = new ServerCurrentCredential( PackageNames.Negotiate );
this.serverContext = new ServerContext(
serverCred,