Свойство | Тип | Описание | |
---|---|---|---|
SensitivePropertyKeys | string[] |
Метод | Описание | |
---|---|---|
ContainsSensitiveData ( string text ) : bool |
Determines whether the text contains sensitive data that should not be logged/written to file
|
|
GetCommandLineArgsLogText ( ) : string |
Returns the string that should be used when logging command line arguments (sensitive data will have been removed)
|
|
GetQuotedArg ( string arg ) : string | ||
GetQuotedCommandLineArgs ( ) : string | ||
ProcessRunnerArguments ( string exeName, ILogger logger ) : System |
public static ContainsSensitiveData ( string text ) : bool | ||
text | string | |
Результат | bool |
public GetCommandLineArgsLogText ( ) : string | ||
Результат | string |
public static GetQuotedArg ( string arg ) : string | ||
arg | string | |
Результат | string |
public GetQuotedCommandLineArgs ( ) : string | ||
Результат | string |
public ProcessRunnerArguments ( string exeName, ILogger logger ) : System | ||
exeName | string | |
logger | ILogger | |
Результат | System |