Skip to content

SecureString is not boud as ArgumentType #1210

@lennybacon

Description

@lennybacon

It would be great to have the ability to use SecureString as argument type.

      var argument = new Argument("password") {
        Description = "The user name for basic authentication.",
        ArgumentType = typeof(SecureString),
        Arity = ArgumentArity.ZeroOrOne
      };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions