Hello,
You can use the next:
SL Cert:\LocalMachine\TrustedPublisher // You may change this path, for other certificate store location of your interest
$Cert = GCI | where{$_.Thumbprint -eq "CERTIFICATE THUMBPRINT HERE"}
$Cert.SignatureAlgorithm.friendlyname
$Cert.publickey.key.keysize
-------------------------------------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept as answer--