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 and a domain.
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.MonitoringUserNameAndDomainSecureData
              Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringActionAccountSecureData
              Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringWindowsCredentialSecureData
Syntax
[SerializableAttribute]
[ObsoleteAttribute("Use Microsoft.EnterpriseManagement.Security.UserNameAndDomainSecureData")]
public abstract class MonitoringUserNameAndDomainSecureData : MonitoringUserNameSecureData
[SerializableAttribute]
[ObsoleteAttribute("Use Microsoft.EnterpriseManagement.Security.UserNameAndDomainSecureData")]
public ref class MonitoringUserNameAndDomainSecureData abstract : MonitoringUserNameSecureData
[<AbstractClass>]
[<SerializableAttribute>]
[<ObsoleteAttribute("Use Microsoft.EnterpriseManagement.Security.UserNameAndDomainSecureData")>]
type MonitoringUserNameAndDomainSecureData = 
    class
        inherit MonitoringUserNameSecureData
    end
<SerializableAttribute>
<ObsoleteAttribute("Use Microsoft.EnterpriseManagement.Security.UserNameAndDomainSecureData")>
Public MustInherit Class MonitoringUserNameAndDomainSecureData
    Inherits MonitoringUserNameSecureData
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | ConfigExtensionData | (Inherited from SecureData.) | 
| .jpeg) | Data | (Inherited from SecureData.) | 
| .jpeg) | Description | (Inherited from SecureData.) | 
| .jpeg) | Domain | Gets or sets the domain in the secure data item. | 
| .jpeg) | Id | (Inherited from CreatableMonitoringBaseWithId.) | 
| .jpeg) | IsSystem | (Inherited from SecureData.) | 
| .jpeg) | LastModified | (Inherited from SecureData.) | 
| .jpeg) | ManagementGroup | The connection management group connection used by this object.(Inherited from MonitoringSecureData.) | 
| .jpeg) | ManagementGroupId | (Inherited from MonitoringBase.) | 
| .jpeg) | Name | (Inherited from SecureData.) | 
| .jpeg) | SecureData | Obsolete.Sets the secure data in the secure data object.(Inherited from MonitoringSecureData.) | 
| .jpeg) | SecureDataType | (Inherited from SecureData.) | 
| .jpeg) | SecureStorageId | (Inherited from SecureData.) | 
| .jpeg) | Type | Obsolete.Gets the type of the secure data in the secure data object.(Inherited from MonitoringSecureData.) | 
| .jpeg) | UserName | Gets or sets the user name in the secure data item.(Inherited from MonitoringUserNameSecureData.) | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from CreatableMonitoringBaseWithId.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetConfigurationString() | (Inherited from SecureData.) | 
| .jpeg) | GetHashCode() | (Inherited from CreatableMonitoringBaseWithId.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | Reconnect(EnterpriseManagementGroup) | Reconnects to the specified management group after the object has been disconnected.(Inherited from MonitoringSecureData.) | 
| .jpeg) | SetConfigurationString(String) | (Inherited from SecureData.) | 
| .jpeg) | ToString() | (Inherited from MonitoringBase.) | 
| .jpeg) | 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