MonitoringSecureDataType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use Microsoft.EnterpriseManagement.Security.SecureDataType
The enumeration of secure data types available.
public enum class MonitoringSecureDataType
[System.Obsolete("Use Microsoft.EnterpriseManagement.Security.SecureDataType")]
[System.Serializable]
public enum MonitoringSecureDataType
type MonitoringSecureDataType =
Public Enum MonitoringSecureDataType
- Inheritance
-
MonitoringSecureDataType
- Attributes
Fields
| ActionAccount | 1 | The action account secure data type. |
| Basic | 4 | The basic credential secure data type. |
| Blob | 7 | The generic secure data type. |
| CommunityString | 6 | The community string secure data type. |
| Digest | 5 | The digest credentials secure data type. |
| Simple | 3 | The simple credential secure data type. |
| Windows | 2 | The Windows credential secure data type. |