ProcessArgumentListExtensions.

AppendQuotedSecret(ProcessArgumentBuilder, string, IProcessArgument, string) Method

Summary

Quotes and appends the specified secret text to the argument builder.

Syntax

public static ProcessArgumentBuilder AppendQuotedSecret(this ProcessArgumentBuilder builder, string name, IProcessArgument argument, string format)

Parameters

Name Type Description
builder ProcessArgumentBuilder The builder.
name string The argument name.
argument IProcessArgument The secret argument to be appended.
format string The format of the named argument.

Return Value

Type Description
ProcessArgumentBuilder The same ProcessArgumentBuilder instance so that multiple calls can be chained.