MonitoringUserNameSecureData Class

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

An abstract base class that represents a secure data item that contains a user name.

Namespace:   Microsoft.EnterpriseManagement.Monitoring.Security
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Common.MonitoringBase
    Microsoft.EnterpriseManagement.Common.CreatableMonitoringBaseWithId
      Microsoft.EnterpriseManagement.Security.SecureData
        Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringSecureData
          Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringUserNameSecureData
            Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringBasicCredentialSecureData
            Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringDigestCredentialSecureData
            Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringSimpleCredentialSecureData
            Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringUserNameAndDomainSecureData

Syntax

[SerializableAttribute]
[ObsoleteAttribute("Use Microsoft.EnterpriseManagement.Security.UserNameSecureData")]
public abstract class MonitoringUserNameSecureData : MonitoringSecureData
[SerializableAttribute]
[ObsoleteAttribute("Use Microsoft.EnterpriseManagement.Security.UserNameSecureData")]
public ref class MonitoringUserNameSecureData abstract : MonitoringSecureData
[<AbstractClass>]
[<SerializableAttribute>]
[<ObsoleteAttribute("Use Microsoft.EnterpriseManagement.Security.UserNameSecureData")>]
type MonitoringUserNameSecureData = 
    class
        inherit MonitoringSecureData
    end
<SerializableAttribute>
<ObsoleteAttribute("Use Microsoft.EnterpriseManagement.Security.UserNameSecureData")>
Public MustInherit Class MonitoringUserNameSecureData
    Inherits MonitoringSecureData

Properties

Name Description
System_CAPS_protproperty ConfigExtensionData

(Inherited from SecureData.)

System_CAPS_pubproperty Data

(Inherited from SecureData.)

System_CAPS_pubproperty Description

(Inherited from SecureData.)

System_CAPS_pubproperty Id

(Inherited from CreatableMonitoringBaseWithId.)

System_CAPS_pubproperty IsSystem

(Inherited from SecureData.)

System_CAPS_pubproperty LastModified

(Inherited from SecureData.)

System_CAPS_pubproperty ManagementGroup

The connection management group connection used by this object.(Inherited from MonitoringSecureData.)

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty Name

(Inherited from SecureData.)

System_CAPS_pubproperty SecureData

Obsolete.Sets the secure data in the secure data object.(Inherited from MonitoringSecureData.)

System_CAPS_pubproperty SecureDataType

(Inherited from SecureData.)

System_CAPS_pubproperty SecureStorageId

(Inherited from SecureData.)

System_CAPS_pubproperty Type

Obsolete.Gets the type of the secure data in the secure data object.(Inherited from MonitoringSecureData.)

System_CAPS_pubproperty UserName

Gets or sets the user name in the secure data item.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from CreatableMonitoringBaseWithId.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_protmethod GetConfigurationString()

(Inherited from SecureData.)

System_CAPS_pubmethod GetHashCode()

(Inherited from CreatableMonitoringBaseWithId.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

Reconnects to the specified management group after the object has been disconnected.(Inherited from MonitoringSecureData.)

System_CAPS_protmethod SetConfigurationString(String)

(Inherited from SecureData.)

System_CAPS_pubmethod ToString()

(Inherited from MonitoringBase.)

System_CAPS_pubmethod Update()

Updates the secure data.(Inherited from MonitoringSecureData.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.EnterpriseManagement.Monitoring.Security Namespace

Return to top