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

Credentials to attach to the request. If null, no credentials will be used.

IMPORTANT: This setting does not imply the WindowsAuth authentication type. If this is set and WindowsAuth is not set, these credentials will be used with the default ISAPI. If Automatic is used, the VDIR will be determined by the message itself.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
NetworkCredential 
Credentials { 
get; 
set; }
Public 
Property 
Credentials 
As 
NetworkCredential
	
Get
	
Set
public:
property 
NetworkCredential^ 
Credentials {
	
NetworkCredential^ 
get ();
	
void 
set (
NetworkCredential^ 
value);
}

Remarks

NetworkCredential is not serializable and will always be null if remoting is used

See Also