Share via


SecurityFeature Constructor (String)

Initializes a new instance of the SecurityFeature class with the specified name for the security component.

Namespace: Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure
Assembly: SHInfra (in shinfra.dll)

Usage

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
public SecurityFeature (
    string name
)
public:
SecurityFeature (
    String^ name
)
public SecurityFeature (
    String name
)
public function SecurityFeature (
    name : String
)

Parameters

  • name
    The name that will be displayed for the security component.

Remarks

This constructor supports the infrastructure and is not intended to be used directly from your code.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

SecurityFeature Class
SecurityFeature Members
Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure Namespace