SecureStringCommandBase.SecureStringData 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 used by the get- and set- commands.
protected:
property System::Security::SecureString ^ SecureStringData { System::Security::SecureString ^ get(); void set(System::Security::SecureString ^ value); };
protected System.Security.SecureString SecureStringData { get; set; }
member this.SecureStringData : System.Security.SecureString with get, set
Protected Property SecureStringData As SecureString