C# Class Drey.Utilities.StringMasking

String masking utilities.
Mostra file Open project: dealproc/Drey

Public Methods

Method Description
Passwords ( Func input ) : Func

Masks all combination of password=; password:, "password":, etc. as to avoid recording in a log, etc.

Passwords ( string input ) : string

Masks all combination of password=; password:, "password":, etc. as to avoid recording in a log, etc.

Method Details

Passwords() public static method

Masks all combination of password=; password:, "password":, etc. as to avoid recording in a log, etc.
public static Passwords ( Func input ) : Func
input Func The input.
return Func

Passwords() public static method

Masks all combination of password=; password:, "password":, etc. as to avoid recording in a log, etc.
public static Passwords ( string input ) : string
input string The input.
return string