Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringA string that contains the ___domain of the user.
userName
Type: System.StringA string that contains the user name of the user.
password
Type: System.Security.SecureStringA SecureString object that contains the password for the user.
See Also
WindowsMonitoringTaskCredentials Class
Microsoft.EnterpriseManagement.Configuration Namespace
Return to top