ConvertFromToSecureStringCommandBase.SecureKey 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 SecureString version of the encryption key used by the SecureString cmdlets.
public:
property System::Security::SecureString ^ SecureKey { System::Security::SecureString ^ get(); void set(System::Security::SecureString ^ value); };
public System.Security.SecureString SecureKey { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="Secure", Position=1)]
public System.Security.SecureString SecureKey { get; set; }
member this.SecureKey : System.Security.SecureString with get, set
[<System.Management.Automation.Parameter(ParameterSetName="Secure", Position=1)>]
member this.SecureKey : System.Security.SecureString with get, set
Public Property SecureKey As SecureString
Property Value
- Attributes