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

Get/Set SMSID used for signing the message.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
SmsClientId 
SigningSmsId { 
get; 
set; }
Public 
Property 
SigningSmsId 
As 
SmsClientId
	
Get
	
Set
public:
property 
SmsClientId^

SigningSmsId {
	
SmsClientId^

get ();
	
void 
set (
SmsClientId^

value);
}

Remarks

Setting this value to a non-null value means that the message will be signed. If this is set and a signing certificate is added, message sending will fail.

See Also