NetCmdlets 2016
  • License
  • NetCmdlets 2016
    Questions / Feedback?

    OutputBlock Output Object (Protect-Data Cmdlet)

    The encrypted block.

    Syntax

    Object OutputBlock {
       string Data;
       byte[] DataB;
    }

    Remarks

    This object is returned when InputBlockB is set. This holds the encrypted block. The Data property holds the string representation of the block. The DataB property holds the block as a byte array.

     
     
    Copyright (c) 2019 /n software inc. - All rights reserved.
    NetCmdlets 2016 - Version 16.0 [Build 7240]