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.
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 | |
---|---|---|
![]() ![]() |
IsMessageSigningRequired(IMessage) | Verifies whether the message can or should be signed. |
![]() ![]() |
IsMessageSigningRequired(IMessage, Boolean) | Verifies whether the message can or should be signed. |
![]() ![]() |
IsPropertySettingValid(IMessageBase, IMessageSender, Object, MessageValidationException) | Performs inline validation on objects within a message. |
![]() ![]() |
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