SenderHelpers.IsMessageSigningRequired Method (IMessage, Boolean)

 

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

  • noneIsTrue
    Type: System.Boolean

    If 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