Share via


JobCredentials.WindowsJobCredentials Constructor

Initializes a new JobCredentials.WindowsJobCredentials object.

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim ___domain As String
Dim userName As String
Dim password As Byte()

Dim instance As New WindowsJobCredentials(___domain, userName, password)

Syntax

'Declaration
Public Sub New ( _
    ___domain As String, _
    userName As String, _
    password As Byte() _
)
public WindowsJobCredentials (
    string ___domain,
    string userName,
    byte[] password
)
public:
WindowsJobCredentials (
    String^ ___domain, 
    String^ userName, 
    array<unsigned char>^ password
)
public WindowsJobCredentials (
    String ___domain, 
    String userName, 
    byte[] password
)
public function WindowsJobCredentials (
    ___domain : String, 
    userName : String, 
    password : byte[]
)

Parameters

  • ___domain
    The ___domain associated with the credentials.
  • userName
    The user name associated with the credentials.
  • password
    The password associated with the credentials.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

JobCredentials.WindowsJobCredentials Class
JobCredentials.WindowsJobCredentials Members
Microsoft.EnterpriseManagement.Common Namespace