[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim domain As String
Dim userName As String
Dim password As Byte()

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

Syntax

Visual Basic
Public Sub New ( _
		domain As String, _
		userName As String, _
		password As Byte() _
)
C#
public WindowsJobCredentials (
		string domain,
		string userName,
		byte[] password
)
C++
public:
WindowsJobCredentials (
		String^ domain, 
		String^ userName, 
		array<unsigned char>^ password
)
J#
public WindowsJobCredentials (
		String domain, 
		String userName, 
		byte[] password
)
JScript
public function WindowsJobCredentials (
		domain : String, 
		userName : String, 
		password : byte[]
)

Parameters

domain
userName
password

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also