Xecrets.Sdk.md
July 15, 2025 ยท View on GitHub
Xecrets.Sdk
Xecrets.Sdk Namespace
| Classes | |
|---|---|
| XfApiFactory | Create an IXfApi instance. |
| XfException | The exception type thrown when something goes wrong calling the command line tool. In addition to the base class System.Exception there is an ExitCode property containing the actual exit code from the tool. Exit codes are System.Int32 but they are mapped to enum Xecrets.Sdk.Models.XfStatusCode here. To ensure that the mapping is correct, call IsSdkCompatibleWith(Version) ./> |
| XfExtensions | Useful extension methods for file names |
| XfSdkVersion | Helper to determine if the current SDK version is compatible with a given command line tool API version. |