Vanara/PInvoke/Security/AdvApi32
dahall 091352956e Fixed (#152) bug in base class SafeMemoryHandleExt that caused ToString(int...) to fail if memory size was not specifically set (like in parameter assignment). 2020-07-20 10:44:01 -06:00
..
AccCtrl.cs Reworked memory manipulation functions in InteropExtensions and IntPtrConverter to use new marshaling directives and to drive consistency of use across libs (i.e. call same method to do same work). 2019-11-19 12:52:44 -07:00
AclApi.cs XML Comment corrections (bad params, bad refs, bad syntax). 2019-11-05 22:52:45 -07:00
AppMgmt.cs XML Comment corrections (bad params, bad refs, bad syntax). 2019-11-05 22:52:45 -07:00
EvntProv.cs Completed unit tests and updates for evntprov.h 2019-08-04 16:58:42 -06:00
Evntrace.cs Added and fixed XML documentation 2020-03-13 15:43:39 -06:00
LsaLookup.cs XML Comment corrections (bad params, bad refs, bad syntax). 2019-11-05 22:52:45 -07:00
Mschapp.cs More security additions (advapi32, secur32) 2019-04-30 07:59:38 -06:00
NTLsa.cs XML Comment corrections (bad params, bad refs, bad syntax). 2019-11-05 22:52:45 -07:00
NTSecApi.Audit.cs Finished unit testing and updates for ntsecapi.h audit functions 2019-08-10 13:51:36 -06:00
NTSecApi.Lsa.cs MAJOR BREAKING CHANGE: Changed underlying type of HRESULT and NTStatus to Int32 and Win32Error to UInt32 (reversed) due to a major miss on my part in reading the header files. Sorry everyone. 2020-04-27 21:25:47 -06:00
NTSecApi.cs Added and fixed XML documentation 2020-03-13 15:43:39 -06:00
PSID.cs Updated PSID.ToString(string) docs 2020-01-05 20:50:42 -07:00
PerfLib.cs Added and fixed XML documentation 2020-03-13 15:43:39 -06:00
ProcessThreadsApi.cs For null terminated string arrays, used custom marshaler to simplify input parameters. 2019-07-31 20:03:19 -06:00
Sddl.cs Fixed (#152) bug in base class SafeMemoryHandleExt that caused ToString(int...) to fail if memory size was not specifically set (like in parameter assignment). 2020-07-20 10:44:01 -06:00
SecurityBaseApi.SID.cs XML Comment corrections (bad params, bad refs, bad syntax). 2019-11-05 22:52:45 -07:00
SecurityBaseApi.cs Added and fixed XML documentation 2020-03-13 15:43:39 -06:00
WinBase.EventLog.cs Added and fixed XML documentation 2020-03-13 15:43:39 -06:00
WinBase.cs Added and fixed XML documentation 2020-03-13 15:43:39 -06:00
WinCred.cs Added and fixed XML documentation 2020-03-13 15:43:39 -06:00
WinCrypt.cs Fixed PROV_ENUMALGS and added CryptProviderName with known CSPs. 2020-03-15 19:10:57 -06:00
WinEfs.cs Completed unit tests and updates for winefs.h functions. 2019-08-23 14:05:09 -06:00
WinNT.RegSvc.cs Finished unit testing and corrections for winreg.h functions 2019-08-26 13:08:42 -06:00
WinNT.cs Fixed (#109) problem with SafePSECURITY_DESCRIPTOR not disposing using LocalFree by changing default constructor. 2020-03-27 17:11:18 -06:00
WinReg.cs Finished unit testing and corrections for winreg.h functions 2019-08-26 13:08:42 -06:00
WinSafer.cs Added SafeAnysizeStruct to help marshal stuctures with a 1-element field at the end that can be variable size. Adjusted all structs of this type to use this to marshal along with tests and supported classes. 2019-11-03 16:02:54 -07:00
WinSvc.cs Fixed enumeration failures with EnumServiceStatus, EnumServiceStatusEx and EnumDependentServices (#145) 2020-07-13 08:39:38 -06:00
wct.cs Added and fixed XML documentation 2020-03-13 15:43:39 -06:00