ConvertFromSecureStringCommand.SecureString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the secure string to be exported.
public:
property System::Security::SecureString ^ SecureString { System::Security::SecureString ^ get(); void set(System::Security::SecureString ^ value); };
public System.Security.SecureString SecureString { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, Position=0, ValueFromPipeline=true)]
public System.Security.SecureString SecureString { get; set; }
member this.SecureString : System.Security.SecureString with get, set
[<System.Management.Automation.Parameter(Mandatory=true, Position=0, ValueFromPipeline=true)>]
member this.SecureString : System.Security.SecureString with get, set
Public Property SecureString As SecureString
Property Value
- Attributes