Freigeben über


WindowsMonitoringTaskCredentials Class

 

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
System_CAPS_pubmethod WindowsMonitoringTaskCredentials(String, String, SecureString)

Initializes a new WindowsMonitoringTaskCredentials object.

Properties

Name Description
System_CAPS_pubproperty Domain

(Inherited from WindowsTaskCredentials.)

System_CAPS_pubproperty Password

(Inherited from WindowsTaskCredentials.)

System_CAPS_pubproperty UserName

(Inherited from WindowsTaskCredentials.)

Methods

Name Description
System_CAPS_pubmethod Dispose()

(Inherited from TaskCredentials.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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