Share via


SenderHelpers Class

 

Helper class for use by senders.

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

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.Messaging.Framework.SenderHelpers

Syntax

[SerializableAttribute]
public static class SenderHelpers
[SerializableAttribute]
public ref class SenderHelpers abstract sealed 
<SerializableAttribute>
Public NotInheritable Class SenderHelpers

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static IsMessageSigningRequired(IMessage)

Verifies whether the message can or should be signed.

System_CAPS_pubmethodSystem_CAPS_static IsMessageSigningRequired(IMessage, Boolean)

Verifies whether the message can or should be signed.

System_CAPS_pubmethodSystem_CAPS_static IsPropertySettingValid(IMessageBase, IMessageSender, Object, MessageValidationException)

Performs inline validation on objects within a message.

System_CAPS_pubmethodSystem_CAPS_static IsSenderValidForMessage(IMessageSender, IMessage)

Verifies whether the sender is capable of sending the message based on its SupportedSenderAttribute declaration.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top