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

Get/Set ecyption message flag

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

Syntax

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

Field Value

If true message will be encrypted. Not all endpoints on the remote MP will recognize encrypted message. It is not necessary to enable encryption if native mode is used.

See Also