C# Class Win32Sec, Warewolf

Provides direct Win32 calls to the security related functions
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Methods

Method Description
LsaClose ( IntPtr PolicyHandle ) : int
LsaEnumerateAccountsWithUserRight ( IntPtr PolicyHandle, LSA_UNICODE_STRING, UserRights, IntPtr &EnumerationBuffer, ulong &CountReturned ) : uint
LsaFreeMemory ( IntPtr Buffer ) : int
LsaNtStatusToWinError ( int NTSTATUS ) : int
LsaOpenPolicy ( LSA_UNICODE_STRING, SystemName, LSA_OBJECT_ATTRIBUTES, &ObjectAttributes, int AccessMask, IntPtr &PolicyHandle ) : uint