Specifies the different options available for sensitive data. Sensitive data, such as local account passwords, can be hidden in an answer file. Domain account passwords, product keys, and other data are not hidden with this option. Only local account password information can be hidden. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim sensitiveDataOption1 As SensitiveDataOption = SensitiveDataOption.DoNotHideSensitiveData

Syntax

Visual Basic
Public Enum SensitiveDataOption
C#
public enum SensitiveDataOption
C++
public enum class SensitiveDataOption
J#
public enum SensitiveDataOption
JScript
public enum SensitiveDataOption

Members

Member name Description
DoNotHideSensitiveData Do not hide sensitive data.
HideSensitiveData Hide sensitive data.
PassThrough Do not perform operations on sensitive data.

Platforms

Development Platforms

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

Target Platforms

See Also