Skip to content

SecureConfigurationAttribute

SecureConfigurationAttribute stores a default secure configuration string on the plugin class for XrmGhost consumers.

This is a manual reference page based on the current public contract in xrmghost-attributes, which remains the source of truth until any future generated reference exists.

[SecureConfigurationAttribute("secret-cfg")]
  • SecureConfigurationAttribute(string configuration)
  • Configuration — secure configuration string.
  • The current public constructor stores the provided configuration directly.
  • The source comments explicitly note that real Dataverse secure configuration is platform-managed; this attribute exists for simulation, testing, and scenario generation within XrmGhost.
  • Sensitive values should still be handled carefully even when the attribute is only metadata.

Use this attribute when a consumer needs a default secure configuration value for local tooling, simulation, or generated scenario setup.