It seems like .NET SDK exposes the following types: SecretReferenceConfigurationSetting and FeatureFlagConfigurationSetting
Examples
Currently, the .NET provider hard-coded the feature flag prefix and content types of snapshot reference, secret reference and feature flag and use them to parse the configuration setting type manually.
The better way is to use the APIs from .NET SDK to parse the configuration setting.