Security Provider
The Security provider allows you to retrieve or change security settings that control ownership, auditing, and access rights to NTFS files, directories, and shares. The __Win32Provider instance name is "SECRCW32".
As an instance and method provider, the Security provider supports the standard IWbemProviderInit interface and the following IWbemServices methods:
- CreateInstanceEnumAsync
- DeleteInstanceAsync
- ExecMethodAsync
- ExecQueryAsync
- GetObjectAsync
- PutInstanceAsync
The Security provider uses the following CIM classes.
- Win32_AccountSID
- Win32_ACE
- Win32_DCOMApplicationAccessAllowedSetting
- Win32_DCOMApplicationLaunchAllowedSetting
- Win32_LogicalFileAccess
- Win32_LogicalFileAuditing
- Win32_LogicalFileGroup
- Win32_LogicalFileOwner
- Win32_LogicalFileSecuritySetting
- Win32_LogicalShareAccess
- Win32_LogicalShareAuditing
- Win32_LogicalShareSecuritySetting
- Win32_SecurityDescriptor
- Win32_SecurityDescriptorHelper
- Win32_SecuritySetting
- Win32_SecuritySettingAccess
- Win32_SecuritySettingAuditing
- Win32_SecuritySettingGroup
- Win32_SecuritySettingOfLogicalFile
- Win32_SecuritySettingOfLogicalShare
- Win32_SecuritySettingOfObject
- Win32_SecuritySettingOwner
- Win32_SID
- Win32_Trustee
Related topics