Defines certificate type flags. The flags correspond to the values for the Type property in the Configuration Manager 2007 operating system deployment SMS_CertificateInfo Server WMI Class. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As CertificateTypeFlags

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration CertificateTypeFlags
C#
[FlagsAttribute] 
public enum CertificateTypeFlags
C++
[FlagsAttribute] 
public enum class CertificateTypeFlags
J#
/** @attribute FlagsAttribute() */ 
public enum CertificateTypeFlags
JScript
FlagsAttribute 
public enum CertificateTypeFlags

Members

Member name Description
BootMedia See the Boot Media value for Type in SMS_CertificateInfo Server WMI Class.
Pxe See the PXE value for Type in SMS_CertificateInfo Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also