Provides interface to the system defense functionality

Namespace:  Intel.Manageability.SystemDefense
Assembly:  HLAPI (in HLAPI.dll)

Syntax

C#
[GuidAttribute("1A1A83AC-4DF9-4ae7-A03E-FE54E04A3A93")]
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
public interface ISystemDefense
Visual Basic (Declaration)
<GuidAttribute("1A1A83AC-4DF9-4ae7-A03E-FE54E04A3A93")> _
<ComVisibleAttribute(True)> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
Public Interface ISystemDefense

See Also