MonitoringWindowsCredentialSecureData Class
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.WindowsCredentialSecureData
Represents a windows credential secure data item.
public ref class MonitoringWindowsCredentialSecureData : Microsoft::EnterpriseManagement::Monitoring::Security::MonitoringUserNameAndDomainSecureData
[System.Obsolete("Use Microsoft.EnterpriseManagement.Security.WindowsCredentialSecureData")]
[System.Serializable]
public class MonitoringWindowsCredentialSecureData : Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringUserNameAndDomainSecureData
type MonitoringWindowsCredentialSecureData = class
inherit MonitoringUserNameAndDomainSecureData
Public Class MonitoringWindowsCredentialSecureData
Inherits MonitoringUserNameAndDomainSecureData
- Inheritance
-
MonitoringWindowsCredentialSecureData
- Attributes
Constructors
| MonitoringWindowsCredentialSecureData() |
Creates a new MonitoringWindowsCredentialSecureData. |
Properties
| Domain |
The domain for the secure data. (Inherited from MonitoringUserNameAndDomainSecureData) |
| ManagementGroup |
The ManagementGroup the object was instantiated in. (Inherited from MonitoringSecureData) |
| SecureData |
Obsolete.
The secure data. (Inherited from MonitoringSecureData) |
| Type |
Obsolete.
The secure data type for this object. (Inherited from MonitoringSecureData) |
| UserName |
The username for the secure data. (Inherited from MonitoringUserNameSecureData) |
Methods
| Reconnect(EnterpriseManagementGroup) |
Reconnects the specified management group. (Inherited from MonitoringSecureData) |
| Update() |
Updates the secure data. (Inherited from MonitoringSecureData) |