Add org registry export
This commit is contained in:
@ -17,6 +17,8 @@ namespace Hcs.Client
|
||||
|
||||
public NsiCommonApi NsiCommon => new(this);
|
||||
|
||||
public OrgRegistryCommonApi OrgRegistryCommon => new(this);
|
||||
|
||||
public void SetSigningCertificate(X509Certificate2 cert, string pin = null)
|
||||
{
|
||||
pin ??= Constants.DEFAULT_CERTIFICATE_PIN;
|
||||
|
||||
Reference in New Issue
Block a user