SWbemObjectPath.Security_ property

The Security property of the SWbemObjectPath object is used to get or set the security components of an object path. Note that it is not used to set security attributes of the SWbemObjectPath object itself. It is used only to represent the security components of the path for an SWbemLocator object. This property is an SWbemSecurity object.

Note

Setting the Security_ property of an SWbemObjectPath object to NULL grants unlimited access to everyone at all times. For more information, see SWbemSecurity.

For more information, see Document Conventions for the Scripting API.

This property is read-only.

Syntax

SWbemObjectPath.Security_ As Object

Property value

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
Wbemdisp.h
Type library
Wbemdisp.tlb
DLL
Wbemdisp.dll
CLSID
CLSID_SWbemObjectPath
IID
IID_ISWbemObjectPath

See also

SWbemObjectPath

Creating a WMI Application or Script

Setting Client_Application_Process Security