Partager via


SecurityDescription Class

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

'Usage
Dim instance As SecurityDescription

Syntax

'Declaration
<SerializableAttribute> _
<XmlRootAttribute("SecurityDescription", IsNullable:=False)> _
Public Class SecurityDescription
[SerializableAttribute] 
[XmlRootAttribute("SecurityDescription", IsNullable=false)] 
public class SecurityDescription
[SerializableAttribute] 
[XmlRootAttribute(L"SecurityDescription", IsNullable=false)] 
public ref class SecurityDescription
/** @attribute SerializableAttribute() */ 
/** @attribute XmlRootAttribute("SecurityDescription", IsNullable=false) */ 
public class SecurityDescription
SerializableAttribute 
XmlRootAttribute("SecurityDescription", IsNullable=false) 
public class SecurityDescription

Example

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

<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

Change History

See Also

Reference

SecurityDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace