Fixed compiler error and comment error.

This commit is contained in:
antiduh
2014-06-19 03:08:12 +00:00
parent f0f057d3bb
commit 737ebc19da
2 changed files with 2 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ namespace NSspi
{
cred = new Credential( SecurityPackage.Negotiate, CredentialType.Client );
string name = cred.GetName();
string name = cred.Name;
Console.Out.WriteLine( name );
Console.Out.Flush();
}