Skip to content

UnsecureConfigurationAttribute

UnsecureConfigurationAttribute stores a default unsecure 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.

[UnsecureConfigurationAttribute("public-cfg")]
  • UnsecureConfigurationAttribute(string configuration)
  • Configuration — unsecure configuration string.
  • The current public constructor stores the provided configuration directly.
  • The attribute does not add extra schema or secret-handling validation.
  • Consumers decide how and when the configuration value is used.

Use this attribute when local tooling or scenario setup needs an explicit default unsecure configuration value.