WindowsTaskCredentials Members

Updated: April 16, 2012

Represents a full Windows credential set.

The following tables list the members exposed by the WindowsTaskCredentials type.

  Name Description
  WindowsTaskCredentials Overloaded.  
Top
  Name Description
public property Domain Gets or sets a string that contains the domain of the user.
public property Password Gets or sets the password.
public property UserName Gets or sets a string that contains the user name.
Top
(see also Protected Methods)
  Name Description
public method Dispose  Overloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (inherited from TaskCredentials)
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetJobCredentials Overridden.  
public method GetType  (inherited from Object)
public method ToString  (inherited from Object)
Top
  Name Description
protected method Dispose  Overloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (inherited from TaskCredentials)
protected method Dispose Overridden. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Clears the stored password.
protected method Finalize  Overridden. Allows this object to attempt to free resources and perform other cleanup operations before this object is reclaimed by garbage collection. (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
Top