Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Contains credentials for a task and includes a full Windows credential set.
Namespace:   Microsoft.EnterpriseManagement.Configuration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
  Microsoft.EnterpriseManagement.Configuration.TaskCredentials
    Microsoft.EnterpriseManagement.Configuration.MonitoringTaskCredentials
      Microsoft.EnterpriseManagement.Configuration.WindowsTaskCredentials
        Microsoft.EnterpriseManagement.Configuration.WindowsMonitoringTaskCredentials
Syntax
[SerializableAttribute]
[ObsoleteAttribute("Please use TaskCredentials")]
public sealed class WindowsMonitoringTaskCredentials : WindowsTaskCredentials
[SerializableAttribute]
[ObsoleteAttribute("Please use TaskCredentials")]
public ref class WindowsMonitoringTaskCredentials sealed : WindowsTaskCredentials
[<Sealed>]
[<SerializableAttribute>]
[<ObsoleteAttribute("Please use TaskCredentials")>]
type WindowsMonitoringTaskCredentials = 
    class
        inherit WindowsTaskCredentials
    end
<SerializableAttribute>
<ObsoleteAttribute("Please use TaskCredentials")>
Public NotInheritable Class WindowsMonitoringTaskCredentials
    Inherits WindowsTaskCredentials
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | WindowsMonitoringTaskCredentials(String, String, SecureString) | Initializes a new WindowsMonitoringTaskCredentials object. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Domain | (Inherited from WindowsTaskCredentials.) | 
| .jpeg) | Password | (Inherited from WindowsTaskCredentials.) | 
| .jpeg) | UserName | (Inherited from WindowsTaskCredentials.) | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Dispose() | (Inherited from TaskCredentials.) | 
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
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.Configuration Namespace
Return to top