ConvertFromToSecureStringCommandBase.SecureKey Property

Definition

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

Applies to