C# Class Drey.Utilities.StringMasking

String masking utilities.
Afficher le fichier Open project: dealproc/Drey

Méthodes publiques

Méthode 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 méthode

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.
Résultat Func

Passwords() public static méthode

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.
Résultat string