WindowsMonitoringTaskCredentials(String, String, SecureString) Constructor

Definition

Initializes a new WindowsMonitoringTaskCredentials object.

public:
 WindowsMonitoringTaskCredentials(System::String ^ domain, System::String ^ userName, System::Security::SecureString ^ password);
public WindowsMonitoringTaskCredentials (string domain, string userName, System.Security.SecureString password);
new Microsoft.EnterpriseManagement.Configuration.WindowsMonitoringTaskCredentials : string * string * System.Security.SecureString -> Microsoft.EnterpriseManagement.Configuration.WindowsMonitoringTaskCredentials
Public Sub New (domain As String, userName As String, password As SecureString)

Parameters

domain
String

A string that contains the domain of the user.

userName
String

A string that contains the user name of the user.

password
SecureString

A SecureString object that contains the password for the user.

Applies to