WindowsMonitoringTaskCredentials Class

System Center
 

Updated: April 16, 2012

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)


[SerializableAttribute]
[ObsoleteAttribute("Please use TaskCredentials")]
public ref class WindowsMonitoringTaskCredentials sealed : WindowsTaskCredentials

NameDescription
System_CAPS_pubmethodWindowsMonitoringTaskCredentials(String^, String^, SecureString^)

Initializes a new WindowsMonitoringTaskCredentials object.

NameDescription
System_CAPS_pubpropertyDomain

(Inherited from WindowsTaskCredentials.)

System_CAPS_pubpropertyPassword

(Inherited from WindowsTaskCredentials.)

System_CAPS_pubpropertyUserName

(Inherited from WindowsTaskCredentials.)

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from TaskCredentials.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: