Try fix certificate logging
This commit is contained in:
@ -33,7 +33,7 @@ namespace Hcs.Broker.Api.Request
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
client.TryLog($"{filterHeader} Signing message with key [{client.Certificate.FriendlyName}]...");
|
client.TryLog($"{filterHeader} Signing message with key [{client.Certificate}]...");
|
||||||
|
|
||||||
var stopwatch = System.Diagnostics.Stopwatch.StartNew();
|
var stopwatch = System.Diagnostics.Stopwatch.StartNew();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user