Compartilhar 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