Xecrets.Sdk.md

July 15, 2025 ยท View on GitHub

Xecrets.Sdk

Xecrets.Sdk Namespace

Classes
XfApiFactoryCreate an IXfApi instance.
XfExceptionThe 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) ./>
XfExtensionsUseful extension methods for file names
XfSdkVersionHelper to determine if the current SDK version is compatible with a given command line tool API version.