GetFileHashCommand.InputStream 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.
InputStream parameter. The stream of the file to calculate a hash.
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="StreamParameterSet", Position=0)]
public System.IO.Stream InputStream { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="StreamParameterSet", Position=0)>]
member this.InputStream : System.IO.Stream with get, set
Public Property InputStream As Stream
Property Value
- Attributes