UnsecureConfigurationAttribute
UnsecureConfigurationAttribute
Section titled “UnsecureConfigurationAttribute”UnsecureConfigurationAttribute stores a default unsecure configuration string on the plugin class for XrmGhost consumers.
Manual Reference Note
Section titled “Manual Reference Note”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.
Usage Shape
Section titled “Usage Shape”[UnsecureConfigurationAttribute("public-cfg")]Constructor
Section titled “Constructor”UnsecureConfigurationAttribute(string configuration)
Public Members
Section titled “Public Members”Configuration— unsecure configuration string.
Validation and Limits
Section titled “Validation and Limits”- 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.
When to Use It
Section titled “When to Use It”Use this attribute when local tooling or scenario setup needs an explicit default unsecure configuration value.