[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Specifies the available secure data types. Namespace: Microsoft.EnterpriseManagement.Security
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As SecureDataType

Syntax

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

Members

Member name Description
ActionAccount Specifies the action account data type.
Basic Specifies the basic data type.
Blob Specifies the blob data type.
CommunityString Specifies the community string data type.
Digest Specifies the digest data type.
Simple Specifies the simple data type.
Windows Specifies the windows data type.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also