Added rough support for attaching messages to errors.

This commit is contained in:
antiduh
2014-07-11 21:29:17 +00:00
parent b65b6c6abe
commit 50efc7702b
5 changed files with 118 additions and 5 deletions

View File

@@ -9,6 +9,9 @@ namespace NSspi
{
public static void Main( string[] args )
{
EnumMgr.Text( SecurityStatus.AlgorithmMismatch );
return;
CredTest( PackageNames.Negotiate );
CredTest( PackageNames.Kerberos );
CredTest( PackageNames.Ntlm );