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,
bool noneIsTrue
)
public:
static bool IsMessageSigningRequired(
IMessage^ message,
bool noneIsTrue
)
Public Shared Function IsMessageSigningRequired (
message As IMessage,
noneIsTrue As Boolean
) As Boolean
Parameters
message
Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageThe message to verify.
noneIsTrue
Type: System.BooleanIf true and signing is None, then require signing.
Return Value
Type: System.Boolean
True if message should be signed, false if not.
See Also
IsMessageSigningRequired Overload
SenderHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top