You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The c sdk zitilib allows for Ziti_load_context to pass a pointer that represents either json or a path on the file system. Expose this capability to .NET consumers by allowing something like:
public ZitiContext(byte[] identity) {
NativeContext = nAPI.Ziti_load_context(identity);
}
The text was updated successfully, but these errors were encountered:
The c sdk zitilib allows for
Ziti_load_context
to pass a pointer that represents either json or a path on the file system. Expose this capability to .NET consumers by allowing something like:The text was updated successfully, but these errors were encountered: