Added Schannel and SspiCli references

pull/60/head
David Hall 2019-05-09 15:57:00 -06:00
parent 8d211da1de
commit e8f1611fb8
1 changed files with 6 additions and 0 deletions

View File

@ -75,6 +75,9 @@
/// <summary>The property system</summary>
public const string PropSys = "propsys.dll";
/// <summary>The Schannel</summary>
public const string Schannel = "Schannel.dll";
/// <summary>The secur32</summary>
public const string Secur32 = "secur32.dll";
@ -84,6 +87,9 @@
/// <summary>The shlwapi</summary>
public const string Shlwapi = "Shlwapi.dll";
/// <summary>The sspi cli</summary>
public const string SspiCli = "SspiCli.dll";
/// <summary>The tokenbinding</summary>
public const string Tokenbinding = "tokenbinding.dll";