Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for typo in comment #20

Open
SharePointPog opened this issue Mar 25, 2017 · 0 comments
Open

Fix for typo in comment #20

SharePointPog opened this issue Mar 25, 2017 · 0 comments

Comments

@SharePointPog
Copy link

Westwind.Utilities.Configuration/Providers/ConfigurationProviderBase.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Westwind.Utilities.Configuration/Providers/ConfigurationProviderBase.cs b/Westwind.Utilities.Configuration/Providers/ConfigurationProviderBase.cs
index 0d036b8..fb0bae7 100644
--- a/Westwind.Utilities.Configuration/Providers/ConfigurationProviderBase.cs
+++ b/Westwind.Utilities.Configuration/Providers/ConfigurationProviderBase.cs
@@ -275,7 +275,7 @@ namespace Westwind.Utilities.Configuration

         foreach (string fieldName in fieldTokens)
         {
  •            // Encrypt the field if in list
    
  •            // Decrypt the field if in list
               if (encryptFieldList.Contains("," + fieldName.ToLower() + ","))
               {
                   object val = string.Empty;
    

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant