Add refactored nsi common service handler

This commit is contained in:
2025-08-25 09:54:44 +09:00
parent 8020650a34
commit 40926b38ee
27 changed files with 5800 additions and 4 deletions

View File

@ -13,6 +13,8 @@ namespace Hcs.Client
{
public NsiApi Nsi => new(this);
public NsiCommonApi NsiCommon => new(this);
public void SetSigningCertificate(X509Certificate2 cert, string pin = null)
{
pin ??= Constants.DEFAULT_CERTIFICATE_PIN;