ProcessArgumentListExtensions.

AppendStringLiteralSecret(ProcessArgumentBuilder, string, string) Method

Summary

Appends the specified secret text as a string-literal to the argument builder.

Syntax

public static ProcessArgumentBuilder AppendStringLiteralSecret(this ProcessArgumentBuilder builder, string name, string text)

Parameters

Name Type Description
builder ProcessArgumentBuilder The builder.
name string The argument name.
text string The secret text to be appended.

Return Value

Type Description
ProcessArgumentBuilder