Applies To: Operations Manager for System Center 2012
Initializes a new WindowsMonitoringTaskCredentials object.
Namespace:   Microsoft.EnterpriseManagement.Configuration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public WindowsMonitoringTaskCredentials(
    string domain,
    string userName,
    SecureString password
)
public:
WindowsMonitoringTaskCredentials(
    String^ domain,
    String^ userName,
    SecureString^ password
)
new : 
        domain:string *
        userName:string *
        password:SecureString -> WindowsMonitoringTaskCredentials
Public Sub New (
    domain As String,
    userName As String,
    password As SecureString
)
Parameters
- domain 
 Type: System.String- A string that contains the domain of the user. 
- userName 
 Type: System.String- A string that contains the user name of the user. 
- password 
 Type: System.Security.SecureString- A SecureString object that contains the password for the user. 
See Also
WindowsMonitoringTaskCredentials Class
Microsoft.EnterpriseManagement.Configuration Namespace
Return to top