Skip to content

Latest commit

 

History

History
80 lines (48 loc) · 2.4 KB

swbemobjectset-security-.md

File metadata and controls

80 lines (48 loc) · 2.4 KB
description ms.assetid ms.tgt_platform title ms.topic ms.date topic_type api_name api_type api_location
The Security\_ property of the SWbemObjectSet object is used to get or set the security settings for an SWbemObjectSet object. This property is an SWbemSecurity object.
ee2ad6d5-c0aa-4510-ba1b-4a152d56011f
multiple
SWbemObjectSet.Security_ property (Wbemdisp.h)
reference
05/31/2018
APIRef
kbSyntax
SWbemObjectSet.Security_
ISWbemObjectSet.Security_
ISWbemObjectSet.get_Security_
COM
Wbemdisp.dll

SWbemObjectSet.Security_ property

The Security_ property of the SWbemObjectSet object is used to get or set the security settings for an SWbemObjectSet object. This property is an SWbemSecurity object.

Note

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

For an explanation of this syntax, see Document Conventions for the Scripting API.

This property is read-only.

Syntax

SWbemObjectSet.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_SWbemObjectSet
IID
IID_ISWbemObjectSet

See also

SWbemObjectSet

Creating a WMI Application or Script

Securing Scripting Clients