OutWit.Cloud.SecureStorage 1.0.0

dotnet add package OutWit.Cloud.SecureStorage --version 1.0.0
                    
NuGet\Install-Package OutWit.Cloud.SecureStorage -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OutWit.Cloud.SecureStorage" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OutWit.Cloud.SecureStorage" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="OutWit.Cloud.SecureStorage" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OutWit.Cloud.SecureStorage --version 1.0.0
                    
#r "nuget: OutWit.Cloud.SecureStorage, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package OutWit.Cloud.SecureStorage@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OutWit.Cloud.SecureStorage&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=OutWit.Cloud.SecureStorage&version=1.0.0
                    
Install as a Cake Tool

OutWit.Cloud.SecureStorage

The one credential store OmnibusCloud hosts share — the component 02-native-sdk.md section 7.3 asks for ("one implementation, audited once, reused by every host"), extracted from OutWit.Cloud.Auth.

  • SecretStoreFile — a file-backed envelope: Load() (fails closed: an unreadable, foreign or corrupt store reads as absent), Save(secret) (returns the backend name), Clear() (removes the file AND the keystore item), DescribeBackend().
  • SecretProtector — the per-platform protection behind it: DPAPI (CurrentUser) on Windows, the login Keychain on macOS, the freedesktop Secret Service via libsecret on Linux; unmarked plaintext (file mode 600) where no keystore is reachable, honestly reported by the envelope.

Consumers: OutWit.Cloud.Auth (SessionStore — the OIDC refresh session of the desktop client and every plugin), the managed SDK (WitCloudAuthenticator session persistence) and the native SDK (oc_credentials_*), so no host stores token material of its own. AOT-compatible (source-generated envelope serialization); the P/Invoke backends are best-effort and never throw across their boundary.

License

MIT.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on OutWit.Cloud.SecureStorage:

Package Downloads
OutWit.Cloud.Auth

Interactive browser sign-in against WitIdentity for OmnibusCloud desktop components: OIDC Authorization Code Flow with PKCE over a fixed loopback listener, an encrypted (DPAPI) refresh-token session store, and permanent-vs-transient refresh semantics. The stack the worker client, the DCC plugins and the solver shim share instead of copying.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 215 8/18/2026