WindowsTaskCredentials Class

Definition

Represents a full Windows credential set.

public ref class WindowsTaskCredentials : Microsoft::EnterpriseManagement::Configuration::MonitoringTaskCredentials
[System.Serializable]
public class WindowsTaskCredentials : Microsoft.EnterpriseManagement.Configuration.MonitoringTaskCredentials
type WindowsTaskCredentials = class
    inherit MonitoringTaskCredentials
Public Class WindowsTaskCredentials
Inherits MonitoringTaskCredentials
Inheritance
Attributes

Constructors

WindowsTaskCredentials(String, String, SecureString)

Initializes a new WindowsTaskCredentials object.

Properties

Domain

Gets or sets a string that contains the domain of the user.

Password

Gets or sets the password.

UserName

Gets or sets a string that contains the user name.

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

(Inherited from TaskCredentials)
Dispose(Boolean)

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Clears the stored password.

Applies to