SecureConfigurationManagerTConfigLoadRedactedText Method

Overload List

LoadRedactedText(IConfigurationRequestContext) Loads the configuration text so that is safe to show in MFAdmin. All password fields will be redacted. As a safety precaution, this method Throws an exception if the configuration is not valid json, and user is not a sysadmin. This is the only way to ensure non-sysadmins do not see sensitive information.
LoadRedactedText(Vault, SecurityAttributeUserLevel) Loads the configuration text so that is safe to show in MFAdmin. All password fields will be redacted. As a safety precaution, this method Throws an exception if the configuration is not valid json, and user is not a sysadmin. This is the only way to ensure non-sysadmins do not see sensitive information.

See Also