MonitoringWindowsCredentialSecureData Class

Definition

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
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)

Applies to