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

Checks if the message can or should be signed

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
bool 
IsMessageSigningRequired(
	
IMessage 
message
)
Public 
Shared 
Function 
IsMessageSigningRequired ( _
	
message 
As 
IMessage _
) 
As 
Boolean
public:
static 
bool 
IsMessageSigningRequired(
	
IMessage^ 
message
)

Parameters

message
IMessage
Message to validate

Return Value

True if message should be signed, false if not

See Also