3 references to TOKENBINDING
System (3)
net\System\Net\UnsafeNativeMethods.cs (3)
2205
[DllImport(
TOKENBINDING
, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall, EntryPoint="TokenBindingVerifyMessage")]
2215
[DllImport(
TOKENBINDING
, CharSet = CharSet.Unicode, CallingConvention = CallingConvention.StdCall, EntryPoint="TokenBindingVerifyMessage")]
3509
string dllFileName = Path.Combine(Environment.SystemDirectory,
TOKENBINDING
);