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

If true, SMSID signing will be used on the message to the MP. SMSID signing is not always needed and can cause a performance hit on the MP. Default is false which means a signature will only be added if it's required by the assignment.

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

Syntax

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

See Also