ICallbackSigner.Sign method

Signs the given HTTP request message based on the callback request.

public void Sign(HttpRequestMessage message, CallbackRequest request)
parameter description
message The HTTP request message to sign.
request The callback request containing signing information.

See Also