SecurityFeatureType Enumeration
Indicates the type of system with which the security component is associated.
Namespace: Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure
Assembly: SHInfra (in shinfra.dll)
Usage
Syntax
'Declaration
Public Enumeration SecurityFeatureType
public enum SecurityFeatureType
public enum class SecurityFeatureType
public enum SecurityFeatureType
public enum SecurityFeatureType
Members
Member name | Description |
---|---|
Client | Indicates that the security component is associated with a client computer. |
ClientServer | Indicates that the security component is associated with a client computer or a server computer. |
Server | Indicates that the security component is associated with a server computer. |
Remarks
This enumeration 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
Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure Namespace