ConvertFromToSecureStringCommandBase.Key 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 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