Defines the available secure data types. Namespace: Microsoft.EnterpriseManagement.Monitoring.Security
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As MonitoringSecureDataType

Syntax

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

Members

Member name Description
ActionAccount The action account secure data type.
Basic The basic credential secure data type.
Blob The generic secure data type.
CommunityString The community string secure data type.
Digest The digest credentials secure data type.
Simple The simple credential secure data type.
Windows The Windows credential secure data type.

Platforms

Development Platforms

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

Target Platforms

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

See Also