WindowsMonitoringTaskCredentials(String, String, SecureString) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.