Vanara/PInvoke/Security/AdvApi32
Martin Kuschnik 37d2a55ea8
Fixed NullReferenceException caused by unsuccessful CredRead call (#344)
* Added unit test for not existing credential
* fixed NullReferenceException caused by null to CREDENTIAL_MGD conversion
2022-11-14 09:06:07 -07:00
..
AccCtrl.cs Changed OBJECTS_AND_SID.pSid to PSID type and cleaned AccCtrl.cs 2022-07-22 07:41:49 -06: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 Modified structure fields to make blittable 2021-05-08 17:34:15 -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 Added LsaQueryCAPs overload taking a pointer for the first param 2020-12-18 17:47:54 -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 Added overloads for LsaAddAccountRights and LsaRemoveAccountRights and optimized marshaling code 2022-07-05 09:44:38 -06:00
NTSecApi.cs Added and fixed XML documentation 2020-03-13 15:43:39 -06:00
PSID.cs Added SafePSID.Authority and SubAuthorities properties and mirrored extension methods for PSID. 2021-10-07 15:22:32 -06: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 Reformatting 2021-10-07 15:19:18 -06:00
SecurityBaseApi.cs Code cleanup of SecurityBaseApi.cs and addition of generic GetTokenInformation overload. 2021-10-07 10:29:13 -06:00
WinBase.EventLog.cs Added and fixed XML documentation 2020-03-13 15:43:39 -06:00
WinBase.cs Fixed bug in LookupAccountSid2 where assigned return values incorrectly. 2020-12-14 16:05:26 -07:00
WinCred.cs Fixed NullReferenceException caused by unsuccessful CredRead call (#344) 2022-11-14 09:06:07 -07:00
WinCrypt.cs Fixed ambiguous references in docs 2022-06-28 16:02:29 -06:00
WinEfs.cs Completed unit tests and updates for winefs.h functions. 2019-08-23 14:05:09 -06:00
WinNT.Extensions.cs Fixed recursive bug in WinNTExtensions.IsValidSecurityDescriptor 2022-03-25 10:09:00 -06:00
WinNT.RegSvc.cs More XML doc fixes 2022-07-14 21:09:25 -06:00
WinNT.cs Added IEquatable support to SID_IDENTIFIER_AUTHORITY and PSID_IDENTIFIER_AUTHORITY 2021-10-07 15:18:30 -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 bad XML docs 2022-07-14 20:52:05 -06:00
wct.cs Added and fixed XML documentation 2020-03-13 15:43:39 -06:00