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.
Gets or sets the SMSID used for signing the message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public SmsClientId SigningSmsId { get; set; }
public:
property SmsClientId^ SigningSmsId {
SmsClientId^ get();
void set(SmsClientId^ value);
}
Public Property SigningSmsId As SmsClientId
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.SmsClientId
Remarks
Setting this property to a non-null value means that the message will be signed. If this property is set and a signing certificate is added, sending the message will fail.
See Also
MessageSettingsSecurity Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top