Verifies whether the message can or should be signed.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static bool IsMessageSigningRequired(
IMessage message
)
public:
static bool IsMessageSigningRequired(
IMessage^ message
)
Public Shared Function IsMessageSigningRequired (
message As IMessage
) As Boolean
Parameters
message
Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageThe message to verify.
Return Value
Type: System.Boolean
True if the message should be signed, false if not.
See Also
IsMessageSigningRequired Overload
SenderHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top