Share via


SecureDataType Enumeration

[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

'Usage
Dim instance As SecureDataType

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration SecureDataType
[SerializableAttribute] 
public enum SecureDataType
[SerializableAttribute] 
public enum class SecureDataType
/** @attribute SerializableAttribute() */ 
public enum SecureDataType
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.
Unset Specifies the unset data type.
Windows Specifies the windows data type.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

Microsoft.EnterpriseManagement.Security Namespace