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

If using an inbox, this will use a trusted inbox (auth) if true. Default is false.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
bool 
Trusted { 
get; 
set; }
Public 
Property 
Trusted 
As 
Boolean
	
Get
	
Set
public:
property 
bool 
Trusted {
	
bool 
get ();
	
void 
set (
bool 
value);
}

See Also