C# 클래스 Drey.Utilities.StringMasking

String masking utilities.
파일 보기 프로젝트 열기: dealproc/Drey

공개 메소드들

메소드 설명
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.

메소드 상세

Passwords() 공개 정적인 메소드

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.
리턴 Func

Passwords() 공개 정적인 메소드

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.
리턴 string