ConvertFromToSecureStringCommandBase.Key Property

Definition

Gets or sets the byte version of the encryption key used by the SecureString cmdlets.

public:
 property cli::array <System::Byte> ^ Key { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public:
 property Platform::Array <byte> ^ Key { Platform::Array <byte> ^ get(); void set(Platform::Array <byte> ^ value); };
public byte[] Key { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="Open")]
public byte[] Key { get; set; }
member this.Key : byte[] with get, set
[<System.Management.Automation.Parameter(ParameterSetName="Open")>]
member this.Key : byte[] with get, set
Public Property Key As Byte()

Property Value

Byte[]
Attributes

Applies to