ActionSecurityDescription Class
Represents a summary description for an ActionSecurityDescription XML element that defines security requirements for a Configuration Manager 2007 console action.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ActionSecurityDescription
Syntax
'Declaration
<SerializableAttribute> _
<XmlRootAttribute("ActionSecurityDescription", IsNullable:=False)> _
Public Class ActionSecurityDescription
[SerializableAttribute]
[XmlRootAttribute("ActionSecurityDescription", IsNullable=false)]
public class ActionSecurityDescription
[SerializableAttribute]
[XmlRootAttribute(L"ActionSecurityDescription", IsNullable=false)]
public ref class ActionSecurityDescription
/** @attribute SerializableAttribute() */
/** @attribute XmlRootAttribute("ActionSecurityDescription", IsNullable=false) */
public class ActionSecurityDescription
SerializableAttribute
XmlRootAttribute("ActionSecurityDescription", IsNullable=false)
public class ActionSecurityDescription
Remarks
This class describes the object class and the required permissions for that class. An example of the XML for this class is provided in Configuration Manager Conditional Actions.
If your application-specific action does not support this class, the action will always be presented to the user.
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.AdminConsole.Schema.ActionSecurityDescription
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
ActionSecurityDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace