Add nsi service handler
This commit is contained in:
@ -3,6 +3,7 @@ using Hcs.ClientApi.DebtRequestsApi;
|
||||
using Hcs.ClientApi.DeviceMeteringApi;
|
||||
using Hcs.ClientApi.FileStoreServiceApi;
|
||||
using Hcs.ClientApi.HouseManagementApi;
|
||||
using Hcs.ClientApi.NsiApi;
|
||||
using Hcs.ClientApi.OrgRegistryCommonApi;
|
||||
using Hcs.ClientApi.RemoteCaller;
|
||||
using System;
|
||||
@ -40,6 +41,7 @@ namespace Hcs.ClientApi
|
||||
public HcsOrgRegistryCommonApi OrgRegistryCommon => new HcsOrgRegistryCommonApi(this);
|
||||
public HcsFileStoreServiceApi FileStoreService => new HcsFileStoreServiceApi(this);
|
||||
public HcsDeviceMeteringApi DeviceMeteringService => new HcsDeviceMeteringApi(this);
|
||||
public HcsNsiApi Nsi => new HcsNsiApi(this);
|
||||
|
||||
public X509Certificate2 FindCertificate(Func<X509Certificate2, bool> predicate)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user