MessageSettingsSecurity.EncryptMessage Property
Gets or sets an encryption message flag.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public bool EncryptMessage { get; set; }
public:
property bool EncryptMessage {
bool get();
void set(bool value);
}
Public Property EncryptMessage As Boolean
Property Value
Type: System.Boolean
If true, the message will be encrypted. Not all endpoints on the remote management point will recognize an encrypted message. It is not necessary to enable encryption if native mode is used.
See Also
MessageSettingsSecurity Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top