Skip to content

Commit

Permalink
Fix PKCS#11 key store factory
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxhy committed Feb 8, 2024
1 parent ef6a2f6 commit 2fddf21
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ namespace Leosac.KeyManager.Library.KeyStore.HSM_PKCS11.UI
{
public class PKCSC11KeyStoreUIFactory : KeyStoreUIFactory
{
public PKCSC11KeyStoreUIFactory()
{
targetFactory = new PKCSC11KeyStoreFactory();
}

public override string Name => "HSM PKCS#11";

public override Type GetPropertiesType()
Expand Down

0 comments on commit 2fddf21

Please sign in to comment.