up
This commit is contained in:
@@ -76,9 +76,11 @@ public interface ICryptoProviderRegistry
|
||||
/// <param name="keyReference">Key reference.</param>
|
||||
/// <param name="preferredProvider">Optional provider hint.</param>
|
||||
/// <returns>Resolved signer.</returns>
|
||||
ICryptoSigner ResolveSigner(
|
||||
CryptoSignerResolution ResolveSigner(
|
||||
CryptoCapability capability,
|
||||
string algorithmId,
|
||||
CryptoKeyReference keyReference,
|
||||
string? preferredProvider = null);
|
||||
}
|
||||
|
||||
public sealed record CryptoSignerResolution(ICryptoSigner Signer, string ProviderName);
|
||||
|
||||
Reference in New Issue
Block a user