Represents security information that is required to enable an operation is Configuration Manager 2007. The information is represented by a SecurityDescription XML element. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As SecurityDescription

Syntax

Visual Basic
<SerializableAttribute> _
<XmlRootAttribute("SecurityDescription", IsNullable:=False)> _
Public Class SecurityDescription
C#
[SerializableAttribute] 
[XmlRootAttribute("SecurityDescription", IsNullable=false)] 
public class SecurityDescription
C++
[SerializableAttribute] 
[XmlRootAttribute(L"SecurityDescription", IsNullable=false)] 
public ref class SecurityDescription
J#
/** @attribute SerializableAttribute() */ 
/** @attribute XmlRootAttribute("SecurityDescription", IsNullable=false) */ 
public class SecurityDescription
JScript
SerializableAttribute 
XmlRootAttribute("SecurityDescription", IsNullable=false) 
public class SecurityDescription

Example

The following example shows the use of the SecurityDescription XML element:

  Copy Code
<SecurityDescription InstanceKeyName="ID" InstanceDisplayName="Title" />

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.AdminConsole.Schema.SecurityDescription

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