up
This commit is contained in:
@@ -235,6 +235,10 @@ internal sealed class AttestorSigningKeyRegistry : IDisposable
|
||||
}
|
||||
|
||||
var privateKeyBytes = LoadSm2KeyBytes(key);
|
||||
var metadata = new Dictionary<string, string?>(StringComparer.OrdinalIgnoreCase)
|
||||
{
|
||||
["source"] = "config"
|
||||
};
|
||||
var signingKey = new CryptoSigningKey(
|
||||
new CryptoKeyReference(providerKeyId, providerName),
|
||||
normalizedAlgorithm,
|
||||
|
||||
Reference in New Issue
Block a user