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

Helper classes for use by senders

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
static 
class 
SenderHelpers
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
SenderHelpers
[
SerializableAttribute]
public 
ref class 
SenderHelpers 
abstract 
sealed

Members

           
  All Members     Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
IsMessageSigningRequired(IMessage)
Checks if the message can or should be signed
IsMessageSigningRequired(IMessage, Boolean)
Checks if the message can or should be signed
IsPropertySettingValid(IMessageBase, Object, MessageValidationException % )
Used to perform inline validation on objects within a message
IsSenderValidForMessage(IMessageSender, IMessage)
Verifies if the sender is capable of sending the message based on its SupportedSenderAttributedeclaration.

Inheritance Hierarchy

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

See Also