CertificateTypeFlags Enumeration
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
'Usage
Dim instance As CertificateTypeFlags
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration CertificateTypeFlags
[FlagsAttribute]
public enum CertificateTypeFlags
[FlagsAttribute]
public enum class CertificateTypeFlags
/** @attribute FlagsAttribute() */
public enum CertificateTypeFlags
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
Reference
Microsoft.ConfigurationManagement.ManagementProvider Namespace
Other Resources
SMS_CertificateInfo Server WMI Class
Configuration Manager Operating System Deployment