SecureStringCommandBase(String) Constructor

Definition

Initializes a new instance of the SecureStringCommandBase class.

protected:
 SecureStringCommandBase(System::String ^ name);
protected:
 SecureStringCommandBase(Platform::String ^ name);
 SecureStringCommandBase(std::wstring const & name);
protected SecureStringCommandBase (string name);
new Microsoft.PowerShell.Commands.SecureStringCommandBase : string -> Microsoft.PowerShell.Commands.SecureStringCommandBase
Protected Sub New (name As String)

Parameters

name
String

The command name deriving from this class

Applies to