Share via


WindowsTaskCredentials Class

Definition

Implements JobCredentials and includes a full Windows credential set.

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

Constructors

WindowsTaskCredentials(String, String, SecureString)

Creates a new instance of WindowsTaskCredentials.

Properties

Domain

Gets a string that contains the domain of the user.

Password

The password.

UserName

Gets a string that contains the user name.

Methods

Dispose()

Disposes the instance.

(Inherited from TaskCredentials)
Dispose(Boolean)

Implements Dispose pattern. Clears the stored password.

GetJobCredentials()

Returns the job credentials instance.

Applies to