Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
If true, SMSID signing will be used on the message sent to the management point. SMSID signing is not always needed and can cause a performance hit on the management point. The default value 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
public bool ForceSmsIdSignature { get; set; }
public:
property bool ForceSmsIdSignature {
bool get();
void set(bool value);
}
Public Property ForceSmsIdSignature As Boolean
Property Value
Type: System.Boolean
See Also
ConfigMgrPolicyBodyDownloadRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top