Fixed compiler error and comment error.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user