Share via


WindowsJobCredentials Constructor

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new WindowsJobCredentials object.

Namespace: Microsoft.EnterpriseManagement.Common.JobCredentials
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 98,Windows 2000,Windows 2000 Server,Windows CE,Windows Server 2008,Windows 98 Second Edition,Pocket PC,Smart Phone,Windows Server 2003,Windows XP Professional,Windows Vista,Windows XP

See Also

Reference

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