Share via


MonitoringUserNameAndDomainSecureData Class

Definition

Caution

Use Microsoft.EnterpriseManagement.Security.UserNameAndDomainSecureData

Represents a secure data object that has a user name and domain

public ref class MonitoringUserNameAndDomainSecureData abstract : Microsoft::EnterpriseManagement::Monitoring::Security::MonitoringUserNameSecureData
[System.Obsolete("Use Microsoft.EnterpriseManagement.Security.UserNameAndDomainSecureData")]
[System.Serializable]
public abstract class MonitoringUserNameAndDomainSecureData : Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringUserNameSecureData
type MonitoringUserNameAndDomainSecureData = class
    inherit MonitoringUserNameSecureData
Public MustInherit Class MonitoringUserNameAndDomainSecureData
Inherits MonitoringUserNameSecureData
Inheritance
MonitoringUserNameAndDomainSecureData
Derived
Attributes

Properties

Domain

The domain for the secure data.

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