You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That way we can have the same extensiblity to say leave first and last char exposed?
Or maybe extending on the mask, rather than just a simple replace have some options? options.MaskProperties.Add("_Password", new maskoptions {showFirst:2, showLast:2, preservelenght:true)});
Hey, is there any progress on this? I see the PR was merged, but package was not published yet. Would certainly like to see this released asap. How can I help?
Thought it would be a good idea, to say
options.MaskProperties.Add("_Password", PasswordMaskingOperator);
That way we can have the same extensiblity to say leave first and last char exposed?
Or maybe extending on the mask, rather than just a simple replace have some options?
options.MaskProperties.Add("_Password", new maskoptions {showFirst:2, showLast:2, preservelenght:true)});
(I admit taking inspiration from https://github.com/destructurama/attributed/blob/dev/src/Destructurama.Attributed/Attributed/LogMaskedAttribute.cs)
The text was updated successfully, but these errors were encountered: