SenderHelpers Class

 

Helper class for use by senders.

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

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

[SerializableAttribute]
public ref class SenderHelpers abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticIsMessageSigningRequired(IMessage^)

Verifies whether the message can or should be signed.

System_CAPS_pubmethodSystem_CAPS_staticIsMessageSigningRequired(IMessage^, Boolean)

Verifies whether the message can or should be signed.

System_CAPS_pubmethodSystem_CAPS_staticIsPropertySettingValid(IMessageBase^, IMessageSender^, Object^, MessageValidationException^%)

Performs inline validation on objects within a message.

System_CAPS_pubmethodSystem_CAPS_staticIsSenderValidForMessage(IMessageSender^, IMessage^)

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

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

Return to top
Show: